ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
If you want to save a particular text message directly to a file you can do
rostopic echo -p /your_topic/goes/here > /path/to/your/file
you won't see any ouptut here, but in your file you'll see the message in a CSV format.