-
 

rosbag2_to_video repository

Repository Summary

Checkout URI https://github.com/fictionlab/rosbag2_to_video.git
VCS Type git
VCS Version rolling
Last Updated 2024-08-29
Dev Status MAINTAINED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Packages

Name Version
rosbag2_to_video 1.0.0

README

rosbag2_to_video command line tool

Installation

The only method available is from source. It can be added to your colcon workspace and be installed as usual.

# create workspace
mkdir -p new_ws/src
cd new_ws/src
# clone repo
git clone https://github.com/ivanpauno/rosbag2_to_video
cd ..
# install dependencies
rosdep install --from-paths src --ignore-src -y
# build workspace
colcon build

Usage

The tool has two entrypoints:

ros2 bag to_video

or

ros2 run rosbag2_to_video rosbag2_to_video

Use --help to see options.

CONTRIBUTING

No CONTRIBUTING.md found.