Controllers =========== .. automodule:: pykal.algorithm_library.controllers :members: :undoc-members: :show-inheritance: Control algorithms from the robotics and control theory literature. PID Controller -------------- .. automodule:: pykal.algorithm_library.controllers.pid :members: :undoc-members: :show-inheritance: LQR Controller -------------- .. automodule:: pykal.algorithm_library.controllers.lqr :members: :undoc-members: :show-inheritance: MPC Controller -------------- .. automodule:: pykal.algorithm_library.controllers.mpc :members: :undoc-members: :show-inheritance: