[wpilib] Prefix all NI DS specific controller classes (#8596)

Easier then the last one that put everything in a sub namespace. By
prefixing the name less things break, and intellisense will be less
confusing to new users during the transition.
This commit is contained in:
Thad House
2026-02-06 21:36:01 -08:00
committed by GitHub
parent 77b2f9802e
commit 5c5d5222f4
133 changed files with 1959 additions and 2682 deletions

View File

@@ -2,7 +2,7 @@ EXAMPLE_FOLDERS = [
"AddressableLED",
"AprilTagsVision",
"ArcadeDrive",
"ArcadeDriveXboxController",
"ArcadeDriveGamepad",
"ArmSimulation",
"CANPDP",
"DifferentialDriveBot",
@@ -49,7 +49,7 @@ EXAMPLE_FOLDERS = [
"SwerveDrivePoseEstimator",
"SysIdRoutine",
"TankDrive",
"TankDriveXboxController",
"TankDriveGamepad",
"UnitTest",
"XRPReference",
]