Skip to content

Commit be7f39f

Browse files
author
Matthew Hansen
committed
Added Overview section to README
1 parent 6ba99d6 commit be7f39f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22

33
ROS2 Navigation
44

5+
# Overview
6+
The ROS2 Navigation system is the central control system for a robot to autonomously move to a given location on a map. Given a map and a destination, the system uses sensor input to localize the robot on the map, generates a plan to reach the destination, and outputs commands to drive a robot to that location. It will also autonomously avoid obstacles and re-plan if needed to bypass them.
7+
58
# Contributing
69
Currently we are in the design phase, and are accepting input and requirements. To contribute, see the [design README.md](design/README.md)

0 commit comments

Comments
 (0)