Browse Source

Add map path as launch argument

pull/4/head
Chintan Desai 1 year ago
committed by GitHub
parent
commit
79fca37f14
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      ros2/navigation_simple_commander.md

+ 2
- 2
ros2/navigation_simple_commander.md View File

@ -36,10 +36,10 @@ colcon build
```
## See It In Action
Go ahead and execute the following command to run the demo and visualize the result in RViz:
Go ahead and execute the following command to run the demo and visualize the result in RViz. Be sure to pass the correct path to the map YAML:
Terminal 1:
```bash
ros2 launch stretch_navigation demo_security.launch.py
ros2 launch stretch_navigation demo_security.launch.py map:=${HELLO_ROBOT_FLEET}/maps/<map_name>.yaml
```
<p align="center">

Loading…
Cancel
Save