Skip to content

Commit

Permalink
Fix typo and add params file to README
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhansenbot committed Jan 23, 2024
1 parent 5da91b5 commit 8cd6391
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nav2_demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
build.sh
```

There will now be a docker image called "osrf_space_nav2_demo:latest"
There will now be a docker image called "osrf/space_nav2_demo:latest"

# Run the Mars Rover demo with Nav2 and SLAM toolbox

Expand All @@ -15,8 +15,8 @@ Follow instructions on space-ros/docker/space-robots/README.md
## Terminal 2 - launch Nav2
Start the space_nav2 container and launch the navigation2 nodes
```
run.sh
ros2 launch nav2_bringup navigation_launch.py use_sim_time:=True
./run.sh
ros2 launch nav2_bringup navigation_launch.py use_sim_time:=True params_file:=nav2_params.yaml
```
## Terminal 3 - launch localization with map
```
Expand Down

0 comments on commit 8cd6391

Please sign in to comment.