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

If you're using Electric, the navigation stack supports dynamic_reconfigure. That's probably the easiest way to do what you want to do.

If you're using Electric, the navigation stack supports dynamic_reconfigure. That's probably the easiest way to do what you want to do.

If you're using Diamondback, you might have a lot more difficulty. Most of the parameters of move_base in Diamondback are a one-time read, and thus require a restart of the node to re-initialize.