Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 46 additions & 15 deletions configuration/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,34 +6,65 @@ Configuration Guide
This guide provides a process through which the user can adjust the tunable parameters to obtain
the best navigation performance.

Core Servers
************

.. toctree::
:maxdepth: 1

Comment thread
SteveMacenski marked this conversation as resolved.
packages/configuring-behavior-server.rst
packages/configuring-bt-navigator.rst
packages/configuring-bt-xml.rst
packages/configuring-collision-monitor.rst
packages/configuring-controller-server.rst
packages/configuring-costmaps.rst
packages/configuring-docking-server.rst
packages/configuring-lifecycle.rst
packages/configuring-map-server.rst
packages/configuring-planner-server.rst
packages/configuring-coverage-server.rst
packages/configuring-route-server.rst
packages/configuring-smoother-server.rst
packages/configuring-velocity-smoother.rst
packages/configuring-waypoint-follower.rst

Planners Plugins
****************

.. toctree::
:maxdepth: 1

packages/configuring-navfn.rst
packages/configuring-smac-planner.rst
packages/configuring-thetastar.rst
packages/configuring-controller-server.rst

Controller Plugins
******************

.. toctree::
:maxdepth: 1

packages/configuring-dwb-controller.rst
packages/configuring-regulated-pp.rst
packages/configuring-graceful-motion-controller.rst
packages/configuring-mppic.rst
packages/configuring-regulated-pp.rst
packages/configuring-rotation-shim-controller.rst
packages/configuring-graceful-motion-controller.rst
packages/configuring-map-server.rst
packages/configuring-amcl.rst
packages/configuring-behavior-server.rst
packages/configuring-smoother-server.rst
packages/configuring-simple-smoother.rst
packages/configuring-savitzky-golay-smoother.rst

Smoother Plugins
****************

.. toctree::
:maxdepth: 1

packages/configuring-constrained-smoother.rst
packages/configuring-velocity-smoother.rst
packages/configuring-collision-monitor.rst
packages/configuring-waypoint-follower.rst
packages/configuring-savitzky-golay-smoother.rst
packages/configuring-simple-smoother.rst

Others
******

.. toctree::
:maxdepth: 1

packages/configuring-amcl.rst
packages/configuring-coverage-server.rst
packages/configuring-loopback-sim.rst
packages/configuring-docking-server.rst
packages/configuring-route-server.rst
8 changes: 4 additions & 4 deletions plugin_tutorials/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Navigation2 Tutorials
.. toctree::
:maxdepth: 1

docs/writing_new_costmap2d_plugin.rst
docs/writing_new_nav2planner_plugin.rst
docs/writing_new_nav2controller_plugin.rst
docs/writing_new_bt_plugin.rst
docs/writing_new_behavior_plugin.rst
Comment thread
SteveMacenski marked this conversation as resolved.
docs/writing_new_bt_plugin.rst
docs/writing_new_nav2controller_plugin.rst
docs/writing_new_costmap2d_plugin.rst
docs/writing_new_navigator_plugin.rst
docs/writing_new_nav2planner_plugin.rst
2 changes: 1 addition & 1 deletion tutorials/docs/navigation2_with_gps.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. _navigation2-with-gps:

Navigating Using GPS Localization
Navigating using GPS Localization
*********************************

- `Overview`_
Expand Down
2 changes: 1 addition & 1 deletion tutorials/docs/navigation2_with_slam.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. _navigation2-with-slam:

(SLAM) Navigating While Mapping
Navigating while Mapping (SLAM)
*******************************

- `Overview`_
Expand Down
2 changes: 1 addition & 1 deletion tutorials/docs/navigation2_with_stvl.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. _stvl:

(STVL) Using an External Costmap Plugin
Using an External Costmap Plugin (STVL)
***************************************

- `Overview`_
Expand Down
Loading