PIDController
class PIDController @JvmOverloads constructor(pid: PIDCoefficients, clock: NanoClock = NanoClock.system)
PID controller.
Parameters
pid
traditional PID coefficients
clock
clock
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Target position (that is, the controller setpoint).
Link copied to clipboard
Target velocity.
Link copied to clipboard
The position error considered tolerable for isAtSetPoint to return true.
Functions
Link copied to clipboard
Returns whether the controller is at the target position with an error within tolerance.
Link copied to clipboard
Sets bound on the input of the controller. The min and max values are considered modularly-equivalent (that is, the input wraps around).
Link copied to clipboard
Sets bounds on the output of the controller.
Link copied to clipboard
Sets the target position, velocity, and acceleration.