1
0

Added pyrate as a direct dependency.

This commit is contained in:
2022-07-11 23:07:33 +02:00
parent 8c4532dad4
commit c99d517f6f
230 changed files with 21114 additions and 0 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: