Skip to content

Commit

Permalink
add packages page
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeferguson committed Aug 23, 2020
1 parent 7ee0e1f commit 164c685
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
* [colcon](pages/colcon.md) is the build tool.
* ```ros2 doctor --report``` gives tons of information.
* [CMake](pages/cmake.md)
* [Package Documentation](pages/packages.md)
* Status Pages
* [Foxy Debian Build Status](http://repo.ros2.org/status_page/ros_foxy_default.html)
* [Rolling Debian Build Status](http://repo.ros2.org/status_page/ros_rolling_default.html)
Expand Down
15 changes: 15 additions & 0 deletions pages/packages.md
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/)

0 comments on commit 164c685

Please sign in to comment.