forked from mikeferguson/ros2_cookbook
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7ee0e1f
commit 164c685
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Package Documentation | ||
|
||
Currently, documentation is a bit all over the place. This list is certainly | ||
not extensive, but I find it helpful to have quick links to the frequently | ||
used packages. | ||
|
||
## Core Documentation | ||
|
||
* [ROS 2 Overview](https://index.ros.org/doc/ros2/) | ||
* [Ament CMake](https://index.ros.org/doc/ros2/Tutorials/Ament-CMake-Documentation/) | ||
* [ROS2 Launch](https://github.com/ros2/launch/blob/master/launch/doc/source/architecture.rst) | ||
|
||
## Higher Level Packages | ||
|
||
* [Navigation2](https://navigation.ros.org/) |