Skip to content

Commit dacc121

Browse files
committed
Add a hint to source ugv_nav4d before building ros2 workspace
1 parent 0eef6dd commit dacc121

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -161,10 +161,11 @@ export IGN_GAZEBO_RESOURCE_PATH=/path/to/your_ros2_workspace/ros2_humble_gazebo_
161161
```
162162

163163
### 5. Building the ROS 2 Workspace
164-
Before launching the simulation, build your ROS 2 workspace:
164+
Before launching the simulation, source your env.sh from ugv_nav4d and build your ROS 2 workspace:
165165

166166
```
167167
cd ~/your_ros2_workspace
168+
source path/to/ugv_nav4d/build/install/env.sh
168169
colcon build --cmake-args -DCMAKE_BUILD_TYPE=Release
169170
```
170171

0 commit comments

Comments
 (0)