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
Starting in 2025, the calculate(double velocity, double acceleration) method on ElevatorFeedforward has been deprecated for removal, but no guidance on what to change to was provided in the Javadocs. The replacement is the (currentVelocity, nextVelocity) overload, which should be mentioned. C++ may also need to be checked.
The text was updated successfully, but these errors were encountered:
Ensures java deprecated notation is paired with javadoc and vice versa.
Adds javadoc deprecation for MecanumControllerCommand, ArmFeedForward,
ElevatorFeedforward, and MecanumDriveMotorVoltages
Fixeswpilibsuite#7736
Supersedes wpilibsuite#7737
Starting in 2025, the calculate(double velocity, double acceleration) method on ElevatorFeedforward has been deprecated for removal, but no guidance on what to change to was provided in the Javadocs. The replacement is the (currentVelocity, nextVelocity) overload, which should be mentioned. C++ may also need to be checked.
The text was updated successfully, but these errors were encountered: