You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SimpleMotorFeedforward has a Calculate overload that takes in currentVelocity and nextVelocity, while the other linear system feedforward classes (ArmFeedforward, ElevatorFeedforward) don't. As far as I know, there's no reason that can't be added.
The text was updated successfully, but these errors were encountered:
SimpleMotorFeedforward
has aCalculate
overload that takes incurrentVelocity
andnextVelocity
, while the other linear system feedforward classes (ArmFeedforward
,ElevatorFeedforward
) don't. As far as I know, there's no reason that can't be added.The text was updated successfully, but these errors were encountered: