mlaiacker / rosbag2video

converts image sequence in ros bag files to video files
GNU General Public License v2.0
313 stars 111 forks source link

Add --rate option to change the playback speed #7

Closed shuntaraw closed 5 years ago

shuntaraw commented 5 years ago

--rate option is added to enable to change the speed of rosbag playback. This is independent of --fps option, which controls the video rate.

mlaiacker commented 5 years ago

thanks