Skip to content

Commit

Permalink
Merge pull request #4 from mkhansen-intel/sys_overview
Browse files Browse the repository at this point in the history
Added Overview section to README
  • Loading branch information
Matt Hansen authored Jun 13, 2018
2 parents b3d7b36 + 110c083 commit fa9adfa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@

ROS2 Navigation

# Overview
The ROS2 Navigation system is the central control system for a robot to autonomously move to a given location on a map. Given a current pose, 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.

# Contributing
Currently we are in the design phase, and are accepting input and requirements. To contribute, see the [design README.md](design/README.md)

0 comments on commit fa9adfa

Please sign in to comment.