Skip to content

Commit 5c8467d

Browse files
committed
Update nav2_demo readme after introducing space_nav2_bringup package (#142).
1 parent a83f961 commit 5c8467d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nav2_demo/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,23 @@ Start the space_nav2 container and launch the navigation2 nodes:
2222

2323
```
2424
./run.sh
25-
ros2 launch nav2_bringup navigation_launch.py use_sim_time:=True params_file:=nav2_params.yaml
25+
ros2 launch space_nav2_bringup navigation_launch.py use_sim_time:=True params_file:=nav2_params.yaml
2626
```
2727

2828
## Terminal 3 - launch localization with map
2929

3030
```
3131
docker exec -it osrf_space_nav2_demo bash
3232
source install/setup.bash
33-
ros2 launch nav2_bringup localization_launch.py use_sim_time:=True map:=mars_map.yaml
33+
ros2 launch space_nav2_bringup localization_launch.py use_sim_time:=True map:=mars_map.yaml params_file:=nav2_params.yaml
3434
```
3535

3636
## Terminal 4 - launch Rviz
3737

3838
Exec into the same space_nav2 container and launch Rviz2:
3939

4040
```
41-
docker exec -it -e DISPLAY=:0 osrf_space_nav2_demo bash
41+
docker exec -it -e DISPLAY osrf_space_nav2_demo bash
4242
source /opt/ros/humble/setup.bash
4343
source install/setup.bash
4444
ros2 launch nav2_bringup rviz_launch.py

0 commit comments

Comments
 (0)