[wpimath] Remove unnecessary deprecation in ArmFeedForward (#8050)

Signed-off-by: crueter <swurl@swurl.xyz>
This commit is contained in:
crueter
2025-07-01 00:13:54 -04:00
committed by GitHub
parent 82ce317083
commit 6d92e2501d

View File

@@ -189,7 +189,6 @@ public class ArmFeedforward implements ProtobufSerializable, StructSerializable
* @param currentVelocity The current velocity setpoint in radians per second.
* @param nextVelocity The next velocity setpoint in radians per second.
* @return The computed feedforward in volts.
* @deprecated Use {@link #calculateWithVelocities(double, double, double)} instead.
*/
public double calculate(double currentAngle, double currentVelocity, double nextVelocity) {
return ArmFeedforwardJNI.calculate(