mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-04-22 03:00:22 -04:00
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:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
Before Width: | Height: | Size: 6.0 KiB After Width: | Height: | Size: 6.0 KiB |
@@ -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.
|
||||
@@ -1,4 +1,4 @@
|
||||
.. _utils:
|
||||
.. _`utils`:
|
||||
|
||||
Utilities
|
||||
==========
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.. _appendix:
|
||||
.. _`Appendix`:
|
||||
|
||||
Appendix
|
||||
==============
|
||||
|
||||
@@ -56,3 +56,13 @@ Robot type specific technologies
|
||||
|
||||
#. :ref:`Aerial Navigation`
|
||||
#. :ref:`Bipedal`
|
||||
#. :ref:`Inverted Pendulum`
|
||||
|
||||
|
||||
Additional Information
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
#. :ref:`utils`
|
||||
#. :ref:`Appendix`
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user