Skip to content

Commit 94d58c8

Browse files
authored
Merge pull request #14 from vortexntnu/dependency-fix
added vision-msgs install before build command
2 parents 29410ee + 2e7e440 commit 94d58c8

1 file changed

Lines changed: 13 additions & 6 deletions

File tree

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,6 @@ git clone https://github.com/vortexntnu/software-learning-period.git
7070
cd ..
7171
```
7272

73-
Build the workspace:
74-
75-
```bash
76-
colcon build
77-
```
78-
7973
Source the ros2 installation:
8074

8175
```bash
@@ -87,6 +81,19 @@ echo "source /opt/ros/humble/setup.bash" >> ~/.bashrc
8781
```
8882
For `zsh` users, replace `~/.bashrc` with `~/.zshrc`.
8983

84+
Download dependencies for this repo:
85+
```bash
86+
sudo apt install ros-humble-vision-msgs
87+
```
88+
89+
90+
Build the workspace:
91+
92+
```bash
93+
colcon build
94+
```
95+
96+
9097
Source the workspace:
9198

9299
```bash

0 commit comments

Comments
 (0)