ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

The best way I see is to use rosbag. You can easily record messages on the command line by just executing

rosbag /topic1 /topic2

Rosbag also provides a C++ and a Python library for writing and reading streams of messages from your programs. Have a look at this page for more information on the API.

The best way I see is to use rosbag. You can easily record messages on from the command line by just executing

rosbag /topic1 /topic2

Rosbag also provides a C++ and a Python library API for writing and reading streams of messages from your programs. Have a look at this page for more information on the API.