updatePID

open fun updatePID(@NonNull coefficients: PIDCoefficients): PIDController

Update the supplied PID coefficients with the current controller values.

Return

this

Parameters

coefficients

the coefficients to update