Skip to content

Commit

Permalink
Update installation_ros2.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dmronga authored Sep 10, 2024
1 parent 7a146de commit e037291
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions installation/installation_ros2.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@
git clone https://github.com/ARC-OPT/wbc_msgs.git
git clone https://github.com/ARC-OPT/wbc_ros.git
cd ..
rosdep install --from-paths src/wbc_ros
colcon build --packages-select wbc_msgs
source install/setup.bash
colcon build
rosdep install --from-paths src/wbc_ros -i src/wbc_msgs
colcon build --symlink-install
source install/setup.bash
```

Expand Down

0 comments on commit e037291

Please sign in to comment.