ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You could load a yaml file from the Lauch File. Thereby your 'outside world' Programm could Specify the params by creating a yaml file and then Lauch the roslauch and Point it to the created yaml file that roslauch loads via rosparam load.....
2 | No.2 Revision |
You could load a yaml file from the Lauch File. Thereby your 'outside world' Programm could Specify the params by creating a yaml file and then Lauch the roslauch and Point it to the created yaml file that roslauch loads via rosparam load.....
Edit:
ros uses yaml-cp as stated here:
http://answers.ros.org/question/12321/how-to-write-and-parse-yaml-file-for-ros/
Link to yaml-cpp:
https://github.com/jbeder/yaml-cpp