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

Btw: instead of running rosbag as a subprocess, perhaps you'd want to take a look at osrf/nodelet_rosbag. That exposes an Action interface which lets you control a rosbag-like node with an action client.

Btw: instead Instead of running rosbag as a subprocess, subprocess as @haunxiner suggests, perhaps you'd want to take a look at osrf/nodelet_rosbag. .

That exposes an Action interface which lets you control a rosbag-like node with an action client.

Doing it that way would be a bit more 'the ROS way'.

Instead of running rosbag as a subprocess as @haunxiner @huanxiner suggests, perhaps you'd want to take a look at osrf/nodelet_rosbag.

That exposes an Action interface which lets you control a rosbag-like node with an action client.

Doing it that way would be a bit more 'the ROS way'.