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

Revision history [back]

click to hide/show revision 1
initial version

I'm not sure about stopping the recording through the API, but an alternative solution may be to start/stop bagging when your camera nodes start/stop running. You can do this by including rosbag in your launch file. <node pkg="rosbag" name="record" args="-a -o /mybagdir/"/>.