Skip to content

Commit 6477929

Browse files
authored
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
1 parent f343573 commit 6477929

20 files changed

+23
-22
lines changed

Control/move_to_pose/__init__.py

Whitespace-only changes.
File renamed without changes.

docs/index_main.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ this graph shows GitHub star history of this project:
4343
modules/7_arm_navigation/arm_navigation
4444
modules/8_aerial_navigation/aerial_navigation
4545
modules/9_bipedal/bipedal
46-
modules/10_control/control
46+
modules/10_inverted_pendulum/inverted_pendulum
4747
modules/11_utils/utils
4848
modules/12_appendix/appendix
4949

docs/modules/10_control/control_main.rst

Lines changed: 0 additions & 12 deletions
This file was deleted.
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
Inverted Pendulum Control
2-
-----------------------------
1+
.. _`Inverted Pendulum`:
2+
3+
Inverted Pendulum
4+
------------------
35

46
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
57
horizontally moving base as shown in the adjacent.

0 commit comments

Comments
 (0)