PIDCoefficients

constructor(kP: Double, kI: Double = 0.0, kD: Double = 0.0)(source)

Parameters

kP

proportional gain, multiplied by the error

kI

integral gain, multiplied by the integral of the error over time

kD

derivative gain, multiplied by the derivative of the error