Skip to content

Commit 0cb4d62

Browse files
committed
Fixed some more of the same typo.
1 parent 78d6d53 commit 0cb4d62

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ ros2 launch clearpath_nav2_demos localization.launch.py scan_topic:=/a300_0000/s
136136

137137
**4.** On your laptop, start Rviz to view the map by running
138138
```bash
139-
ros2 launch clearpath_viz view_navigation namespace:=/a300_0000
139+
ros2 launch clearpath_viz view_navigation.launch.py namespace:=/a300_0000
140140
```
141141

142142
**5.** Use Rviz to [set the 2D pose estimate](localization#setting-the-2d-pose-estimate).
@@ -175,7 +175,7 @@ ros2 launch clearpath_nav2_demos localization.launch.py scan_topic:=/a300_0000/s
175175

176176
**4.** On your laptop, start Rviz to view the map by running
177177
```bash
178-
ros2 launch clearpath_viz view_navigation namespace:=/a300_0000
178+
ros2 launch clearpath_viz view_navigation.launch.py namespace:=/a300_0000
179179
```
180180

181181
**5.** Use Rviz to [set the 2D pose estimate](localization#setting-the-2d-pose-estimate).

0 commit comments

Comments
 (0)