Skip to content
Snippets Groups Projects
Commit d52ccdc9 authored by Laia Freixas Mateu's avatar Laia Freixas Mateu
Browse files

changed set_parameter function so that max_speed can be set

parent 1bb2e5cd
No related branches found
No related tags found
No related merge requests found
......@@ -895,7 +895,17 @@ bool CNavModule::set_parameter(const std::string &name_space,const std::string &
return false;
}
else
return false;
{
if (current_name_space == "move_base"){
if (rem_name_space == "PalLocalPlanner"){
this->palLocalPlanner_reconf.set_parameter(name,value);
}
}
else
return false;
}
}
else
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment