ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I asked something similar about a C++ API for a dynamic reconfigure client here and Pablo gave a good answer for how to get around the lack of such an API. He suggested using the service
/my_node/set_parameters
with topics
/my_node/parameter_descriptions-
/my_node/parameter_updates-
That service and those topics are provided by the dynamic reconfigure server.