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

Revision history [back]

Hi! What I normally do is I set the use_sim_time parameter to true:

$ rosparam set use_sim_time true

and then play the bag as following:

$ rosbag play bag.bag --clock

That shall get over the old messages hump.

D.