A controller object operating with full-state feedback.
More...
A controller object operating with full-state feedback.
◆ __init__()
| def controller.Controller.__init__ |
( |
|
self, |
|
|
Motor |
motor |
|
) |
| |
Initialize a Controller object and give it a motor to control.
- Parameters
-
| motor | A Motor to be controlled. |
◆ update()
| def controller.Controller.update |
( |
|
self, |
|
|
|
profile |
|
) |
| |
Update the torque applied to the motor based on the measured system.
- Parameters
-
| profile | A Profile object that contains the current state. |
The documentation for this class was generated from the following file: