We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c36f7c0 commit f482fc5Copy full SHA for f482fc5
installation/installation_ros2.md
@@ -13,7 +13,9 @@
13
git clone https://github.com/ARC-OPT/wbc_msgs.git
14
git clone https://github.com/ARC-OPT/wbc_ros.git
15
cd ..
16
- rosdep install --from-paths src/wbc_msgs
+ rosdep install --from-paths src/wbc_ros
17
+ colcon build --packages-select wbc_msgs
18
+ source install/setup.bash
19
colcon build
20
source install/setup.bash
21
```
0 commit comments