Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Yadu <yadunund@intrinsic.ai>
Signed-off-by: Arjo Chakravarty <arjo129@gmail.com>
  • Loading branch information
arjo129 and Yadunund authored Jul 16, 2024
1 parent 048e4aa commit 313575c
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 @@ -116,7 +116,8 @@ Replace `humble` with ROS 2 distro of your choice.
```bash
cd ~/rmf_ws
rosdep update
rosdep install --from-paths src --ignore-src --rosdistro humble -y
# source your preferred ROS distribution. Eg: `source /opt/ros/rolling/setup.bash`
rosdep install --from-paths src --ignore-src --rosdistro $ROS_DISTRO -y
```

**NOTE: We strongly recommend compiling Open-RMF packages with `clang` as compiler and `lld` as linker.**
Expand Down

0 comments on commit 313575c

Please sign in to comment.