Skip to content

Commit

Permalink
Add the requirements document (#5)
Browse files Browse the repository at this point in the history
* Add the first revision of the ROS2 Navigation System requirements document.
  • Loading branch information
Michael Jeronimo authored Jul 12, 2018
1 parent fa9adfa commit e61be13
Show file tree
Hide file tree
Showing 26 changed files with 343 additions and 18 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Navigation2

ROS2 Navigation
ROS2 Navigation System

# 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.
The ROS 2 Navigation System is the control system that enables a robot to autonomously reach a goal state, such as a specific position and orientation relative to a specific map. Given a current pose, a map, and a goal, such as a destination pose, the navigation system generates a plan to reach the goal, and outputs commands to autonomously drive the robot, respecting any safety constraints and avoiding obstacles encountered along the way.

# Contributing
Currently we are in the design phase, and are accepting input and requirements. To contribute, see the [design README.md](design/README.md)
We are currently in the requirements analysis phase, and are accepting input and requirements. To contribute, see the [documentation README](doc/README.md).
15 changes: 0 additions & 15 deletions design/README.md

This file was deleted.

8 changes: 8 additions & 0 deletions doc/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# ROS2 Navigation System Documentation
This is where the ROS2 Navigation System documentation is being collected and vetted.

# Requirements
See the [requirements document](requirements/requirements.md) for the current list of requirements.

# Contributing
To propose additions or changes to the requirements, please file an issue against the requirements document to initiate a discussion of the topic. Then, once the discussion has completed and the group has agreed to move forward on the item, you can submit a pull request and link to the issue.
Binary file added doc/images/ros2-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/requirements/images/Command-Pipeline.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/requirements/images/Command-Pipeline.vsdx
Binary file not shown.
Binary file added doc/requirements/images/Context.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/requirements/images/Mapping-Use-Cases.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/requirements/images/Navigation-System.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/requirements/images/With-Support-Modules.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
332 changes: 332 additions & 0 deletions doc/requirements/requirements.md

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file added include/.gitignore
Empty file.
Empty file added src/.gitignore
Empty file.
Empty file added test/.gitignore
Empty file.

0 comments on commit e61be13

Please sign in to comment.