ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Many parameters in move_base
as well as the costmap
s can be configured using dynamic_reconfigure
. I cannot guarantee that all you need are there, but most should be.
You can use the rqt_reconfigure
(wiki) for a GUI solution to changing the parameter on the fly. Or you need to implement a dynamic_reconfigure_client
in C++ (pretty much undocumented), wherever you need it.