Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Arjo Chakravarty <arjoc@intrinsic.ai>
  • Loading branch information
arjo129 committed Jul 16, 2024
1 parent 313575c commit 6bdfd80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,11 @@ vcs import src < rmf.repos
```

Update your rosdep definitions and install dependencies via `rosdep`.
Replace `humble` with ROS 2 distro of your choice.
Replace `$ROS_DISTRO` with ROS 2 distro of your choice.

```bash
cd ~/rmf_ws
sudo apt update
rosdep update
# source your preferred ROS distribution. Eg: `source /opt/ros/rolling/setup.bash`
rosdep install --from-paths src --ignore-src --rosdistro $ROS_DISTRO -y
Expand Down

0 comments on commit 6bdfd80

Please sign in to comment.