Simple Motor Feedforward
constructor(kS: Double, kV: Double, kA: Double, @NonNull velocity: DoubleSupplier, @NonNull acceleration: DoubleSupplier)
Creates a new SimpleMotorFeedforward with the specified gains and suppliers for the setpoints.
Parameters
k S
The static gain.
k V
The velocity gain.
k A
The acceleration gain.
velocity
The current velocity of the motor.
acceleration
The current acceleration of the motor.