ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

You can either set them up in your launch file by giving the values. Or you can load yaml config files into your launch file. The similarity between this is explained in more detail in this question. It is preferred to use the yaml config file in the case of the base_local_planner due to the large number of params.

And finally, you can also set these params on the command line as mentioned here