Skip to content

Commit b865319

Browse files
SteveMacenskis.macenski
andauthored
adding related projects (#96)
Co-authored-by: s.macenski <[email protected]>
1 parent 0d3571e commit b865319

File tree

3 files changed

+38
-1
lines changed

3 files changed

+38
-1
lines changed

about/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ About and Contact
77
:hidden:
88

99
robots.rst
10+
related_projects.rst
1011
ros1_comparison.rst
1112

1213
About

about/related_projects.rst

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
.. _related_projects:
2+
3+
Related Projects
4+
################
5+
6+
This is a community maintained list of related repositories and projects to Navigation2.
7+
8+
+--------------------------------+------------------------+----------------------------------+
9+
| Name | Maintainer | Description |
10+
+================================+========================+==================================+
11+
| `Navigation2`_ | Steve Macenski | Main ROS2 Navigation Stack |
12+
+--------------------------------+------------------------+----------------------------------+
13+
| `navigation.ros.org`_ | Steve Macenski | Official documentation website |
14+
| | | source code |
15+
+--------------------------------+------------------------+----------------------------------+
16+
| `navigation2_tutorials`_ | Steve Macenski | Source code and examples used |
17+
| | | in the documentation tutorials |
18+
+--------------------------------+------------------------+----------------------------------+
19+
| `navigation2_dynamic`_ | Steve Macenski | Tools, algorithms, and |
20+
| | | capabilities for working with |
21+
| | | dynamic obstacles in ROS2 |
22+
+--------------------------------+------------------------+----------------------------------+
23+
| `robot_localization`_ | Tom Moore | State estimation software for |
24+
| | | ROS2 used for odometry fusion |
25+
| | | and GPS transformations |
26+
+--------------------------------+------------------------+----------------------------------+
27+
| `slam_toolbox`_ | Steve Macenski | Default 2D SLAM library |
28+
+--------------------------------+------------------------+----------------------------------+
29+
30+
.. _Navigation2: https://github.com/ros-planning/navigation2
31+
.. _navigation.ros.org: https://github.com/ros-planning/navigation.ros.org
32+
.. _navigation2_tutorials: https://github.com/ros-planning/navigation2_tutorials
33+
.. _navigation2_dynamic: https://github.com/ros-planning/navigation2_dynamic
34+
.. _robot_localization: https://github.com/cra-ros-pkg/robot_localization
35+
.. _slam_toolbox: https://github.com/SteveMacenski/slam_toolbox

index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ The Navigation 2 project is the spiritual successor of the ROS Navigation Stack.
2222
This project seeks to find a safe way to have a mobile robot move from point A to
2323
point B. It can also be applied in other applications that involve robot navigation, like following dynamic points.
2424
This will complete dynamic path planning, compute velocities for motors,
25-
avoid obstacles, and structure recovery behaviors. To learn more about this project see :ref:`about`.
25+
avoid obstacles, and structure recovery behaviors.
26+
To learn more about this project, such as related projects, robots using, ROS1 comparison, and maintainers, see :ref:`about`.
2627

2728
Navigation 2 uses behavior trees to call modular servers to complete an action.
2829
An action can be to compute a path, control effort, recovery, or any other navigation

0 commit comments

Comments
 (0)