ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Hi Sonictl,
I find the easiest way to handle this kind of file IO from ROS is to use rosbags. Very easy to use and you can save and load ros msgs without the need for parsing etc. Have a look at the rosbag cookbook and the rosbag code API for some examples on how to use it.