We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2224b34 commit 35bc8abCopy full SHA for 35bc8ab
README.md
@@ -224,7 +224,12 @@ source /path/to/your/ugv_nav4d/build/install/env.sh
224
225
ros2 launch ugv_nav4d_ros2 ugv_nav4d.launch.py pointcloud_topic:=/map goal_topic:=/goal_pose
226
```
227
+In a new terminal, start a python script to visualize the labeled path in rviz2.
228
229
+```
230
+cd ~/your_ros2_workspace/src/ugv_nav4d_ros2/scripts
231
+python3 visualize_path.py
232
233
### 7. Plan
234
235
In a new terminal, start Rviz2.
0 commit comments