Skip to content

Commit 4bb3427

Browse files
authored
Fix navigation_simple_commander.md fleet path
1 parent 8f80a37 commit 4bb3427

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ros2/navigation_simple_commander.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Let's set the patrol route up before you can execute this demo in your map. This
2121
First, execute the following command while passing the correct map YAML. Then, press the 'Startup' button:
2222

2323
```{.bash .shell-prompt}
24-
ros2 launch stretch_nav2 navigation.launch.py map:=${HELLO_ROBOT_FLEET}/maps/<map_name>.yaml
24+
ros2 launch stretch_nav2 navigation.launch.py map:=${HELLO_FLEET_PATH}/maps/<map_name>.yaml
2525
```
2626

2727
Since we expect the first point in the patrol route to be at the origin of the map, the first coordinates should be (0.0, 0.0). Next, to define the route, the easiest way to define the waypoints in the `security_route` array is by setting the robot at random locations in the map using the '2D Pose Estimate' button in RViz as shown below. For each location, note the x, and y coordinates in the position field of the base_footprint frame and add it to the `security_route` array in [simple_commander_demo.py](https://github.com/hello-robot/stretch_ros2/blob/humble/stretch_nav2/stretch_nav2/simple_commander_demo.py#L30).
@@ -42,7 +42,7 @@ Go ahead and execute the following command to run the demo and visualize the res
4242
Terminal 1:
4343

4444
```{.bash .shell-prompt}
45-
ros2 launch stretch_nav2 demo_security.launch.py map:=${HELLO_ROBOT_FLEET}/maps/<map_name>.yaml
45+
ros2 launch stretch_nav2 demo_security.launch.py map:=${HELLO_FLEET_PATH}/maps/<map_name>.yaml
4646
```
4747

4848
<p align="center">

0 commit comments

Comments
 (0)