Skip to content
This repository has been archived by the owner on Jul 17, 2019. It is now read-only.

erlerobot/rosbag2video

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

rosbag2video

With this script you can create a video over a rosbag.

How to record a rosbag?

rosbag record /camera/image/compressed

How to decompress?

Note move the rosbag at same folder which contains rosbag2video.py, then execute the following:

python rosbag2video.py -r 50 -o <nameofvideo>.mp4 <rosbagname>.bag

Example:

python rosbag2video.py -r 50 -o test.mp4 2016-03-07-17-17-02.bag

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages