Skip to content

Commit 35bc8ab

Browse files
authored
Update README.md
1 parent 2224b34 commit 35bc8ab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,12 @@ source /path/to/your/ugv_nav4d/build/install/env.sh
224224

225225
ros2 launch ugv_nav4d_ros2 ugv_nav4d.launch.py pointcloud_topic:=/map goal_topic:=/goal_pose
226226
```
227+
In a new terminal, start a python script to visualize the labeled path in rviz2.
227228
229+
```
230+
cd ~/your_ros2_workspace/src/ugv_nav4d_ros2/scripts
231+
python3 visualize_path.py
232+
```
228233
### 7. Plan
229234
230235
In a new terminal, start Rviz2.

0 commit comments

Comments
 (0)