Skip to content

Commit

Permalink
Minor touchup
Browse files Browse the repository at this point in the history
Signed-off-by: Yadunund <yadunund@intrinsic.ai>
  • Loading branch information
Yadunund committed Jul 17, 2024
1 parent 0973297 commit fd479a6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Replace `$ROS_DISTRO` with ROS 2 distro of your choice.
cd ~/rmf_ws
sudo apt update
rosdep update
# source your preferred ROS distribution. Eg: `source /opt/ros/rolling/setup.bash`
source /opt/ros/humble/setup.bash # replace humble with preferred ROS 2 distro.
rosdep install --from-paths src --ignore-src --rosdistro $ROS_DISTRO -y
```

Expand All @@ -132,8 +132,6 @@ Compile the workspace after sourcing the ROS 2 distro of choice.

```bash
cd ~/rmf_ws
source /opt/ros/humble/setup.bash # replace humble with ROS 2 distro of choice.

export CXX=clang++
export CC=clang
colcon build --mixin release lld
Expand Down

0 comments on commit fd479a6

Please sign in to comment.