Modifying parameters with rqt_reconfigure

A good option for understanding all the parameters configured in this chapter, is by using rqt_reconfigure to change the values without restarting the simulation.

To launch rqt_reconfigure, use the following command:

$ rosrun rqt_reconfigure rqt_reconfigure

You will see the screen as follows:

Modifying parameters with rqt_reconfigure

As an example, we are going to change the parameter max_vel_x configured in the file, base_local_planner_params.yaml. Click over the move_base menu and expand it. Then select TrajectoryPlannerROS in the menu tree. You will see a list of parameters. As you can see, the max_vel_x parameter has the same value that we assigned ...

Get Effective Robotics Programming with ROS - Third Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.