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

Revision history [back]

Did you know that the R2015 release comes with ROS support? It's called Robotics System Toolbox and offers ALL kind of functions to work with ROS, including open, handle, edit and save ros bags.

In this link you can find the documentation for this toolbox.

Did you know that the R2015 release comes with ROS support? It's called Robotics System Toolbox and offers ALL kind of functions to work with ROS, including open, handle, edit and save ros bags.

In this link you can find the documentation for this toolbox.

EDIT 1 And in this link an example with rosbags.

The thing is, if I've understood you, that you want to give the command to save a rosbag from MATLAB, right? I don't know if you can do that in MATLAB... usually you save the rosbags from ROS and later you manipulate that information with MATLAB. Maybe you can create a node with a service that starts the recording of a rosbag, and call that service from MATLAB.