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

Revision history [back]

rosbag record immediately records the data just as it comes off the network, including the time delay which may have happened. Thus it is the most efficient way to immediately record the data.

To synchronize the bag file later on with the time stamps stored in the messages, you can just post-process it with sync_bagfile.py in the fr_tools package. This makes the tf display from a bagfile in RViz also a bit less jerky.