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 023d54a commit 5956f1c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions installation/installation_ros2.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@
```
5. Install wbc_ros packages
```
cd ~/my_ros_workspace/src
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 -i src/wbc_msgs -y
cd ~/my_ros_workspace
vcs import src --input https://raw.githubusercontent.com/ARC-OPT/wbc_ros/main/repos.yaml
rosdep install --from-paths src -i -r -y
colcon build --symlink-install
source install/setup.bash
```
Expand Down

0 comments on commit 5956f1c

Please sign in to comment.