We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eef6dd commit dacc121Copy full SHA for dacc121
README.md
@@ -161,10 +161,11 @@ export IGN_GAZEBO_RESOURCE_PATH=/path/to/your_ros2_workspace/ros2_humble_gazebo_
161
```
162
163
### 5. Building the ROS 2 Workspace
164
-Before launching the simulation, build your ROS 2 workspace:
+Before launching the simulation, source your env.sh from ugv_nav4d and build your ROS 2 workspace:
165
166
167
cd ~/your_ros2_workspace
168
+source path/to/ugv_nav4d/build/install/env.sh
169
colcon build --cmake-args -DCMAKE_BUILD_TYPE=Release
170
171
0 commit comments