ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
One more tip:
For simple message formats, you can convert directly to CSV from the command line:
rostopic echo -b file.bag -p /topic
This won't work well if your bag file contains arrays/images/point clouds/etc... as it renders the entire message to text.