First time here? Check out the FAQ!
answered 2011-12-11 22:59:46 -0500
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.