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

Revision history [back]

Hello!

Would using the rate option for rosbag play solve your problem? For example, you can lower the publish rate to half speed using:

rosbag play my_bag.bag -r 0.5

Where 0.5 means 0.5 times the recorded rate.

Otherwise, you can use throttle from: http://wiki.ros.org/topic_tools/throttle

-Tim