PIDController
Properties
Target position (that is, the controller setpoint).
Target velocity.
The position error considered tolerable for isAtSetPoint to return true.
Functions
Error computed in the last call to update.
Target position (that is, the controller setpoint).
Target velocity.
The position error considered tolerable for isAtSetPoint to return true.
Returns whether the controller is at the target position with an error within tolerance.
Sets bound on the input of the controller. The min and max values are considered modularly-equivalent (that is, the input wraps around).
Sets bounds on the output of the controller.
Sets the target position, velocity, and acceleration.
Target position (that is, the controller setpoint).
Target velocity.
The position error considered tolerable for isAtSetPoint to return true.
Run a single iteration of the controller.