ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You may want to use yaml-cpp
to overwrite the yaml files.
Alternatively, you can use rosparam dump
as shown in https://answers.ros.org/question/267467/yaml-dump-using-c/. (This may be overkill, as all parameters are recorded in this case. )