Browse Source

Change example 1 name to mobile base velocity control

pull/10/head
hello-jesus 1 year ago
parent
commit
90c578852f
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      mkdocs.yml
  2. +1
    -1
      ros2/README.md

+ 1
- 1
mkdocs.yml View File

@ -172,7 +172,7 @@ nav:
# - Other Nav Stack Features: ./ros2/other_nav_features.md
# - Gazebo Basics: ./ros2/gazebo_basics.md
- Other Examples:
- Teleoperate Stretch with a Node: ./ros2/example_1.md
- Mobile Base Velocity Control: ./ros2/example_1.md
- Filter Laser Scans: ./ros2/example_2.md
- Mobile Base Collision Avoidance: ./ros2/example_3.md
- Give Stretch a Balloon: ./ros2/example_4.md

+ 1
- 1
ros2/README.md View File

@ -40,7 +40,7 @@ To help get you started on your software development, here are examples of nodes
| | Tutorial | Description |
|---|-------------------------------------------------|----------------------------------------------------|
| 1 | [Teleoperate Stretch with a Node](example_1.md) | Use a python script that sends velocity commands. |
| 1 | [Mobile Base Velocity Control](example_1.md) | Use a python script that sends velocity commands. |
| 2 | [Filter Laser Scans](example_2.md) | Publish new scan ranges that are directly in front of Stretch.|
| 3 | [Mobile Base Collision Avoidance](example_3.md) | Stop Stretch from running into a wall.|
| 4 | [Give Stretch a Balloon](example_4.md) | Create a "balloon" marker that goes where ever Stretch goes.|

Loading…
Cancel
Save