Skip to content

Commit

Permalink
[wpimath] Remove RamseteController and RamseteCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul committed Dec 8, 2024
1 parent c81bd0c commit 2e73c40
Show file tree
Hide file tree
Showing 14 changed files with 8 additions and 996 deletions.
5 changes: 2 additions & 3 deletions shared/examplecheck.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,8 @@ def tagList = [
"SmartDashboard", "Shuffleboard", "Sendable", "DataLog",

/* --- Controls --- */
"Exponential Profile", "PID", "State-Space", "Ramsete", "Path Following", "Trajectory",
"SysId", "Simulation", "Trapezoid Profile", "Profiled PID", "Odometry", "LQR",
"Pose Estimator",
"Exponential Profile", "PID", "State-Space", "Path Following", "Trajectory", "SysId",
"Simulation", "Trapezoid Profile", "Profiled PID", "Odometry", "LQR", "Pose Estimator",

/* --- Hardware --- */
"Analog", "Ultrasonic", "Gyro", "Pneumatics", "I2C", "Duty Cycle", "PDP", "DMA", "Relay",
Expand Down

This file was deleted.

133 changes: 0 additions & 133 deletions wpilibNewCommands/src/main/native/cpp/frc2/command/RamseteCommand.cpp

This file was deleted.

Loading

0 comments on commit 2e73c40

Please sign in to comment.