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

lunmre's profile - activity

2017-03-17 06:57:03 -0500 answered a question Interactive Marker with rosbag "ROS Time moved backwards"

I also get the "ROS time moved backwards" when trying to use rospy.sleep() with rosbag play -l, and I finally get around it by using time.sleep() instead.