We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d34e9b commit 2e7e440Copy full SHA for 2e7e440
1 file changed
README.md
@@ -70,12 +70,6 @@ git clone https://github.com/vortexntnu/software-learning-period.git
70
cd ..
71
```
72
73
-Build the workspace:
74
-
75
-```bash
76
-colcon build
77
-```
78
79
Source the ros2 installation:
80
81
```bash
@@ -87,6 +81,19 @@ echo "source /opt/ros/humble/setup.bash" >> ~/.bashrc
87
88
82
For `zsh` users, replace `~/.bashrc` with `~/.zshrc`.
89
83
84
+Download dependencies for this repo:
85
+```bash
86
+sudo apt install ros-humble-vision-msgs
+```
+
90
+Build the workspace:
91
92
93
+colcon build
94
95
96
97
Source the workspace:
98
99
0 commit comments