ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
This is taken from this answer for a similar question:
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/pointclouds/etc... as it renders the entire message to text.