ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
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.