Skip to content

Commit e4d2a8a

Browse files
Merge pull request #492 from clearpathrobotics/fix/nav2-launch-cmd
Fixed nav2 viz command.
2 parents 57884c9 + 0cb4d62 commit e4d2a8a

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
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.
@@ -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)