Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ ros2 launch clearpath_nav2_demos slam.launch.py scan_topic:=/a300_0000/sensors/l

**4.** Start Rviz to view the map by running
```bash
ros2 launch clearpath_viz view_navigation namespace:=/a300_0000 use_sim_time:=true
ros2 launch clearpath_viz view_navigation.launch.py namespace:=/a300_0000 use_sim_time:=true
```

**5.** Drive the robot around manually, or by sending it 2D nav goals.
Expand Down Expand Up @@ -136,7 +136,7 @@ ros2 launch clearpath_nav2_demos localization.launch.py scan_topic:=/a300_0000/s

**4.** On your laptop, start Rviz to view the map by running
```bash
ros2 launch clearpath_viz view_navigation namespace:=/a300_0000
ros2 launch clearpath_viz view_navigation.launch.py namespace:=/a300_0000
```

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

**4.** On your laptop, start Rviz to view the map by running
```bash
ros2 launch clearpath_viz view_navigation namespace:=/a300_0000
ros2 launch clearpath_viz view_navigation.launch.py namespace:=/a300_0000
```

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