Skip to content

Commit f482fc5

Browse files
committed
Update installation instructions
1 parent c36f7c0 commit f482fc5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

installation/installation_ros2.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
git clone https://github.com/ARC-OPT/wbc_msgs.git
1414
git clone https://github.com/ARC-OPT/wbc_ros.git
1515
cd ..
16-
rosdep install --from-paths src/wbc_msgs
16+
rosdep install --from-paths src/wbc_ros
17+
colcon build --packages-select wbc_msgs
18+
source install/setup.bash
1719
colcon build
1820
source install/setup.bash
1921
```

0 commit comments

Comments
 (0)