[ros-users] rosbag playback speed

Daniel Grollman daniel.grollman at epfl.ch
Fri Jul 30 12:02:21 UTC 2010


Hello,

	I've noticed some odd behavior with rosbag.  I'm generating data at
500hz, and recording a bag.  However, when playing back the bag, only a
fraction of the messages reach my callback.  I believe that rosbag is
'bursting' the messages, i.e., sporadically sending them at much faster
than 500 Hz, so they are then getting lost as my queue size is only 1
(which is what I want).

I'm running ros 1.0.4, and ubuntu 9.10.  I've put together a little demo
of this issue, code is here:

http://lasa.epfl.ch/~dang/rosbag_test.tar.gz

Thank you,

Dan Grollman
EPFL



More information about the ros-users mailing list