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

There are 2 ways you can access the data in the bag file

  1. Play back the bag file using rosbag play <bagfile>; your processing node can then subscribe to the topics and collect the data as it is published.
  2. Access the data in the bag file programmatically using the rosbag C++ API.