[commands, wpimath] Remove Mecanum/SwerveControllerCommand and HolonomicDriveController (#8119)

This commit is contained in:
Gold856
2025-08-01 02:05:42 -04:00
committed by GitHub
parent b251d16ef7
commit e0e774abde
51 changed files with 0 additions and 5642 deletions

View File

@@ -30,7 +30,6 @@ EXAMPLE_FOLDERS = [
"I2CCommunication",
"IntermediateVision",
"MecanumBot",
"MecanumControllerCommand",
"MecanumDrive",
"MecanumDrivePoseEstimator",
"Mechanism2d",
@@ -47,7 +46,6 @@ EXAMPLE_FOLDERS = [
"StateSpaceFlywheel",
"StateSpaceFlywheelSysId",
"SwerveBot",
"SwerveControllerCommand",
"SwerveDrivePoseEstimator",
"SysIdRoutine",
"TankDrive",
@@ -99,8 +97,6 @@ TESTS_FOLDERS = [
"DigitalCommunication",
"ElevatorSimulation",
"I2CCommunication",
"MecanumControllerCommand",
"PotentiometerPID",
"SwerveControllerCommand",
"UnitTest",
]