mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
[wpimath, commands] Fix RamseteController deprecation year (#6953)
This commit is contained in:
@@ -84,7 +84,7 @@ public class RamseteCommand extends Command {
|
||||
* @param requirements The subsystems to require.
|
||||
* @deprecated Use LTVUnicycleController instead.
|
||||
*/
|
||||
@Deprecated(since = "2024", forRemoval = true)
|
||||
@Deprecated(since = "2025", forRemoval = true)
|
||||
@SuppressWarnings("this-escape")
|
||||
public RamseteCommand(
|
||||
Trajectory trajectory,
|
||||
@@ -126,7 +126,7 @@ public class RamseteCommand extends Command {
|
||||
* @param requirements The subsystems to require.
|
||||
* @deprecated Use LTVUnicycleController instead.
|
||||
*/
|
||||
@Deprecated(since = "2024", forRemoval = true)
|
||||
@Deprecated(since = "2025", forRemoval = true)
|
||||
@SuppressWarnings("this-escape")
|
||||
public RamseteCommand(
|
||||
Trajectory trajectory,
|
||||
|
||||
Reference in New Issue
Block a user