refactor: rename files and update references for inverted pendulum an… (#1171)

* refactor: rename files and update references for inverted pendulum and path tracking modules

* refactor: rename inverted pendulum control files and update type check references

* refactor: update import statements to use consistent casing for InvertedPendulum module
This commit is contained in:
Atsushi Sakai
2025-02-21 21:40:21 +09:00
committed by GitHub
parent f343573a7b
commit 64779298ff
20 changed files with 23 additions and 22 deletions

View File

@@ -43,7 +43,7 @@ this graph shows GitHub star history of this project:
modules/7_arm_navigation/arm_navigation
modules/8_aerial_navigation/aerial_navigation
modules/9_bipedal/bipedal
modules/10_control/control
modules/10_inverted_pendulum/inverted_pendulum
modules/11_utils/utils
modules/12_appendix/appendix

View File

@@ -1,12 +0,0 @@
.. _control:
Control
=================
.. toctree::
:maxdepth: 2
:caption: Contents
inverted_pendulum_control/inverted_pendulum_control
move_to_a_pose_control/move_to_a_pose_control

View File

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

View File

@@ -1,5 +1,7 @@
Inverted Pendulum Control
-----------------------------
.. _`Inverted Pendulum`:
Inverted Pendulum
------------------
An inverted pendulum on a cart consists of a mass :math:`m` at the top of a pole of length :math:`l` pivoted on a
horizontally moving base as shown in the adjacent.

View File

@@ -1,4 +1,4 @@
.. _utils:
.. _`utils`:
Utilities
==========

View File

@@ -1,4 +1,4 @@
.. _appendix:
.. _`Appendix`:
Appendix
==============

View File

@@ -56,3 +56,13 @@ Robot type specific technologies
#. :ref:`Aerial Navigation`
#. :ref:`Bipedal`
#. :ref:`Inverted Pendulum`
Additional Information
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#. :ref:`utils`
#. :ref:`Appendix`

View File

@@ -16,3 +16,4 @@ Path tracking is the ability of a robot to follow the reference path generated b
lqr_speed_and_steering_control/lqr_speed_and_steering_control
model_predictive_speed_and_steering_control/model_predictive_speed_and_steering_control
cgmres_nmpc/cgmres_nmpc
move_to_a_pose_control/move_to_a_pose_control