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 should already get the desired behavior for free. When you create the dynamic_reconfigure server in your node, it initializes the configuration in these steps:

  • Load default values as defined in the .cfg.
  • Query parameter server for each parameter, overwriting the default value if it's set.
  • Clamp all parameters to the ranges defined in the .cfg.