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

Revision history [back]

When playing back bagfiles, you should use sim time:

rosparam set use_sim_time true

This should be run after starting your roscore, but BEFORE starting gmapping or rosbag

TF_OLD_DATA probably means that you have not set sim time to true. When playing back bagfiles, you should have to use sim time so that the clock published by rosbag will be used by nodes that need to interact with time:

rosparam set use_sim_time true

This should be run after starting your roscore, but BEFORE starting gmapping or rosbag