Skip to content

Commit

Permalink
Update nav2_demo readme after introducing space_nav2_bringup package (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
xfiderek committed Aug 15, 2024
1 parent 30493d7 commit 532197c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nav2_demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ Start the space_nav2 container and launch the navigation2 nodes:

```
./run.sh
ros2 launch nav2_bringup navigation_launch.py use_sim_time:=True params_file:=nav2_params.yaml
ros2 launch space_nav2_bringup navigation_launch.py use_sim_time:=True params_file:=nav2_params.yaml
```

## Terminal 3 - launch localization with map

```
docker exec -it osrf_space_nav2_demo bash
source install/setup.bash
ros2 launch nav2_bringup localization_launch.py use_sim_time:=True map:=mars_map.yaml
ros2 launch space_nav2_bringup localization_launch.py use_sim_time:=True map:=mars_map.yaml params_file:=nav2_params.yaml
```

## Terminal 4 - launch Rviz
Expand Down

0 comments on commit 532197c

Please sign in to comment.