Files
allwpilib/wpilibjExamples/example_projects.bzl

112 lines
2.3 KiB
Python
Raw Normal View History

EXAMPLES_FOLDERS = [
"addressableled",
"apriltagsvision",
"arcadedrive",
"arcadedrivegamepad",
"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",
"sysidroutine",
"tankdrive",
"tankdrivegamepad",
"unittest",
"xrpreference",
"xrptimed",
]
COMMANDS_V2_FOLDERS = [
"command2",
"emptyclass",
"instantcommand",
"parallelcommandgroup",
"paralleldeadlinegroup",
"parallelracegroup",
"sequentialcommandgroup",
"subsystem2",
]
SNIPPETS_FOLDERS = [
"accelerometercollision",
"accelerometerfilter",
"adxlaccelerometers",
"analogaccelerometer",
"analogencoder",
"analoginput",
"analogpotentiometer",
"digitalinput",
"dutycycleencoder",
"encoder",
"encoderdrive",
"encoderhoming",
"limitswitch",
"onboardimu",
"profiledpidfeedforward",
]
TEMPLATES_FOLDERS = [
"commandv2",
"commandv2skeleton",
"educational",
"opmode",
"robotbaseskeleton",
"romicommandv2",
"romieducational",
"romitimed",
"timed",
"timedskeleton",
"timeslice",
"timesliceskeleton",
"xrpcommandv2",
"xrpeducational",
"xrptimed",
]
TEST_FOLDERS = [
2025-06-13 23:53:09 -04:00
"armsimulation",
"digitalcommunication",
"elevatorsimulation",
"i2ccommunication",
"potentiometerpid",
"unittest",
]