ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I make a system call to the dynamic_reconfigure server:
system("rosrun dynamic_reconfigure dynparam set <node_name> \"{ param1: value1, param2: value2, ... }\"");