Skip to content

Commit 78d6d53

Browse files
committed
Fixed nav2 viz command.
1 parent b913bb9 commit 78d6d53

File tree

1 file changed

+1
-1
lines changed
  • docs_versioned_docs/version-ros2jazzy/ros/tutorials/navigation_demos

1 file changed

+1
-1
lines changed

docs_versioned_docs/version-ros2jazzy/ros/tutorials/navigation_demos/nav2.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ ros2 launch clearpath_nav2_demos slam.launch.py scan_topic:=/a300_0000/sensors/l
100100

101101
**4.** Start Rviz to view the map by running
102102
```bash
103-
ros2 launch clearpath_viz view_navigation namespace:=/a300_0000 use_sim_time:=true
103+
ros2 launch clearpath_viz view_navigation.launch.py namespace:=/a300_0000 use_sim_time:=true
104104
```
105105

106106
**5.** Drive the robot around manually, or by sending it 2D nav goals.

0 commit comments

Comments
 (0)