Costmap and planner configuration from C++ code
Hi,
I need to fine tune the parameters of costmaps and planners in order to achieve good performance in navigation with move_base. Currently I modify directly the .yaml files (like costmap_common_params.yaml), but it is very tediuos.
So, is it possible to change the parameters directly from the C++ code and restart the simulation, without shutting down everything every time? In this way I could test different configurations easily and automatize the process maybe.
Thanks a lot.