1
0

Removed the subdir.

This commit is contained in:
2022-07-20 15:01:07 +02:00
parent aee5e8bbd9
commit e03f1c8be8
234 changed files with 21562 additions and 456 deletions

View File

@ -0,0 +1,8 @@
Anti windup LQR
---------------
.. automodule:: pyrate.act.control.anti_windup_lqr
:members:
:undoc-members:
:show-inheritance:

View File

@ -0,0 +1,7 @@
Anti windup PID
---------------
.. automodule:: pyrate.act.control.anti_windup_pid
:members:
:undoc-members:
:show-inheritance:

View File

@ -0,0 +1,13 @@
Control
-------
.. automodule:: pyrate.act.control
.. toctree::
:maxdepth: 2
:caption: Modules:
pid
anti_windup_pid
lqr
anti_windup_lqr

View File

@ -0,0 +1,8 @@
LQR
---
.. automodule:: pyrate.act.control.lqr
:members:
:undoc-members:
:show-inheritance:

View File

@ -0,0 +1,7 @@
PID
---
.. automodule:: pyrate.act.control.pid
:members:
:undoc-members:
:show-inheritance: