File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs_versioned_docs/version-ros2jazzy/ros/tutorials/navigation_demos Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 ) .
You can’t perform that action at this time.
0 commit comments