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

The callback function won't work if nothing changes. But if you want to get the params, you can also use ros::param in your code, the dynamic params can also be accessed on the param server with the same param name in dynamic_param server. Hope this helps you