ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Beside rxbag also the new replacement rqt_bag shows the same effect.
The bag file contains one message (at about 0:08) which timestamp is not in-order. You can fix the bag file by calling bagsort YOUR-BAG.bag YOUR-FIXED-BAG.bag
.
Unfortunately that bagsort script is currently broken. I already committed a patch - if you don't want to wait for the new release you can just apply the simple fix from https://github.com/ros/ros_comm/issues/42 manually.