Skip to content

Commit 2ddefca

Browse files
Alphabetical order (ros-navigation#786)
* Alphabetical order Signed-off-by: Alberto Tudela <ajtudela@gmail.com> * Update tutorials/docs/navigation2_with_gps.rst Co-authored-by: Steve Macenski <stevenmacenski@gmail.com> Signed-off-by: Alberto Tudela <ajtudela@gmail.com> * Fixes and sort Signed-off-by: Alberto Tudela <ajtudela@gmail.com> * Move vel smoother to core Signed-off-by: Alberto Tudela <ajtudela@gmail.com> --------- Signed-off-by: Alberto Tudela <ajtudela@gmail.com> Co-authored-by: Steve Macenski <stevenmacenski@gmail.com>
1 parent d856f67 commit 2ddefca

File tree

5 files changed

+53
-22
lines changed

5 files changed

+53
-22
lines changed

‎configuration/index.rst‎

Lines changed: 46 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,34 +6,65 @@ Configuration Guide
66
This guide provides a process through which the user can adjust the tunable parameters to obtain
77
the best navigation performance.
88

9+
Core Servers
10+
************
11+
912
.. toctree::
1013
:maxdepth: 1
1114

15+
packages/configuring-behavior-server.rst
1216
packages/configuring-bt-navigator.rst
1317
packages/configuring-bt-xml.rst
18+
packages/configuring-collision-monitor.rst
19+
packages/configuring-controller-server.rst
1420
packages/configuring-costmaps.rst
21+
packages/configuring-docking-server.rst
1522
packages/configuring-lifecycle.rst
23+
packages/configuring-map-server.rst
1624
packages/configuring-planner-server.rst
17-
packages/configuring-coverage-server.rst
25+
packages/configuring-route-server.rst
26+
packages/configuring-smoother-server.rst
27+
packages/configuring-velocity-smoother.rst
28+
packages/configuring-waypoint-follower.rst
29+
30+
Planners Plugins
31+
****************
32+
33+
.. toctree::
34+
:maxdepth: 1
35+
1836
packages/configuring-navfn.rst
1937
packages/configuring-smac-planner.rst
2038
packages/configuring-thetastar.rst
21-
packages/configuring-controller-server.rst
39+
40+
Controller Plugins
41+
******************
42+
43+
.. toctree::
44+
:maxdepth: 1
45+
2246
packages/configuring-dwb-controller.rst
23-
packages/configuring-regulated-pp.rst
47+
packages/configuring-graceful-motion-controller.rst
2448
packages/configuring-mppic.rst
49+
packages/configuring-regulated-pp.rst
2550
packages/configuring-rotation-shim-controller.rst
26-
packages/configuring-graceful-motion-controller.rst
27-
packages/configuring-map-server.rst
28-
packages/configuring-amcl.rst
29-
packages/configuring-behavior-server.rst
30-
packages/configuring-smoother-server.rst
31-
packages/configuring-simple-smoother.rst
32-
packages/configuring-savitzky-golay-smoother.rst
51+
52+
Smoother Plugins
53+
****************
54+
55+
.. toctree::
56+
:maxdepth: 1
57+
3358
packages/configuring-constrained-smoother.rst
34-
packages/configuring-velocity-smoother.rst
35-
packages/configuring-collision-monitor.rst
36-
packages/configuring-waypoint-follower.rst
59+
packages/configuring-savitzky-golay-smoother.rst
60+
packages/configuring-simple-smoother.rst
61+
62+
Others
63+
******
64+
65+
.. toctree::
66+
:maxdepth: 1
67+
68+
packages/configuring-amcl.rst
69+
packages/configuring-coverage-server.rst
3770
packages/configuring-loopback-sim.rst
38-
packages/configuring-docking-server.rst
39-
packages/configuring-route-server.rst

‎plugin_tutorials/index.rst‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Navigation2 Tutorials
88
.. toctree::
99
:maxdepth: 1
1010

11-
docs/writing_new_costmap2d_plugin.rst
12-
docs/writing_new_nav2planner_plugin.rst
13-
docs/writing_new_nav2controller_plugin.rst
14-
docs/writing_new_bt_plugin.rst
1511
docs/writing_new_behavior_plugin.rst
12+
docs/writing_new_bt_plugin.rst
13+
docs/writing_new_nav2controller_plugin.rst
14+
docs/writing_new_costmap2d_plugin.rst
1615
docs/writing_new_navigator_plugin.rst
16+
docs/writing_new_nav2planner_plugin.rst

‎tutorials/docs/navigation2_with_gps.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. _navigation2-with-gps:
22

3-
Navigating Using GPS Localization
3+
Navigating using GPS Localization
44
*********************************
55

66
- `Overview`_

‎tutorials/docs/navigation2_with_slam.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. _navigation2-with-slam:
22

3-
(SLAM) Navigating While Mapping
3+
Navigating while Mapping (SLAM)
44
*******************************
55

66
- `Overview`_

‎tutorials/docs/navigation2_with_stvl.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. _stvl:
22

3-
(STVL) Using an External Costmap Plugin
3+
Using an External Costmap Plugin (STVL)
44
***************************************
55

66
- `Overview`_

0 commit comments

Comments
 (0)