MotorVelocityConstants

constructor(pidConstants: PIDCoefficients = PIDCoefficients(0.0, 0.0, 0.0), ffCoefficients: SimpleFFCoefficients = SimpleFFCoefficients(0.0, 0.0, 0.0))

Parameters

pidConstants

The underlying PID coefficient holder.

ffCoefficients

The underlying feedforward coefficient holder.