Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
bjsowa committed Nov 22, 2024
1 parent 410da0c commit c422bb2
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,25 @@

## Installation

The only method available is from source.
### Binaries

```bash
sudo apt install ros-${ROS_DISTRO}-rosbag2-to-video
```

### From source

It can be added to your colcon workspace and be installed as usual.

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

0 comments on commit c422bb2

Please sign in to comment.