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

answered 2012-02-23 09:33:03 -0500

joq gravatar image

Dynamic reconfiguration works fine for your use case.

When you register your callback, it gets invoked immediately with the values currently defined in the parameter server and a level of 0xffffffff. Those initial values will include anything set in your launch file. You don't need to read the parameters yourself using getParam().

Dynamic reconfiguration works fine for your use case.

When you register your callback, it gets invoked immediately with the values currently defined in the parameter server and a level of 0xffffffff. 0xffffffff. Those initial values will include anything set in your launch file. You don't need to read the parameters yourself using getParam().