mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
55 lines
1.2 KiB
Python
55 lines
1.2 KiB
Python
|
|
PROJECTS = [
|
||
|
|
"AddressableLED",
|
||
|
|
"AprilTagsVision",
|
||
|
|
"ArcadeDrive",
|
||
|
|
"ArcadeDriveXboxController",
|
||
|
|
"ArmSimulation",
|
||
|
|
"CANPDP",
|
||
|
|
"DifferentialDriveBot",
|
||
|
|
"DifferentialDrivePoseEstimator",
|
||
|
|
"DigitalCommunication",
|
||
|
|
"DriveDistanceOffboard",
|
||
|
|
"DutyCycleEncoder",
|
||
|
|
"DutyCycleInput",
|
||
|
|
"ElevatorExponentialProfile",
|
||
|
|
"ElevatorExponentialSimulation",
|
||
|
|
"ElevatorProfiledPID",
|
||
|
|
"ElevatorSimulation",
|
||
|
|
"ElevatorTrapezoidProfile",
|
||
|
|
"Encoder",
|
||
|
|
"EventLoop",
|
||
|
|
"FlywheelBangBangController",
|
||
|
|
"GettingStarted",
|
||
|
|
"Gyro",
|
||
|
|
"GyroMecanum",
|
||
|
|
"HatchbotInlined",
|
||
|
|
"HatchbotTraditional",
|
||
|
|
"HidRumble",
|
||
|
|
"HttpCamera",
|
||
|
|
"I2CCommunication",
|
||
|
|
"IntermediateVision",
|
||
|
|
"MecanumBot",
|
||
|
|
"MecanumDrive",
|
||
|
|
"MecanumDrivePoseEstimator",
|
||
|
|
"Mechanism2d",
|
||
|
|
"MotorControl",
|
||
|
|
"PotentiometerPID",
|
||
|
|
"QuickVision",
|
||
|
|
"RapidReactCommandBot",
|
||
|
|
"RomiReference",
|
||
|
|
"SelectCommand",
|
||
|
|
"SimpleDifferentialDriveSimulation",
|
||
|
|
"Solenoid",
|
||
|
|
"StateSpaceArm",
|
||
|
|
"StateSpaceElevator",
|
||
|
|
"StateSpaceFlywheel",
|
||
|
|
"StateSpaceFlywheelSysId",
|
||
|
|
"SwerveBot",
|
||
|
|
"SwerveDrivePoseEstimator",
|
||
|
|
"SysId",
|
||
|
|
"TankDrive",
|
||
|
|
"TankDriveXboxController",
|
||
|
|
"UnitTest",
|
||
|
|
"XrpReference",
|
||
|
|
]
|