mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-01 02:41:48 +00:00
[bazel] Add scripts to validate pregeneration tools (#7690)
This commit is contained in:
93
wpilibjExamples/example_projects.bzl
Normal file
93
wpilibjExamples/example_projects.bzl
Normal file
@@ -0,0 +1,93 @@
|
||||
EXAMPLES_FOLDERS = [
|
||||
"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",
|
||||
"mecanumcontrollercommand",
|
||||
"mecanumdrive",
|
||||
"mecanumdriveposeestimator",
|
||||
"mechanism2d",
|
||||
"motorcontrol",
|
||||
"potentiometerpid",
|
||||
"quickvision",
|
||||
"rapidreactcommandbot",
|
||||
"romireference",
|
||||
"selectcommand",
|
||||
"simpledifferentialdrivesimulation",
|
||||
"solenoid",
|
||||
"statespacearm",
|
||||
"statespaceelevator",
|
||||
"statespaceflywheel",
|
||||
"statespaceflywheelsysid",
|
||||
"swervebot",
|
||||
"swervecontrollercommand",
|
||||
"swervedriveposeestimator",
|
||||
"sysidroutine",
|
||||
"tankdrive",
|
||||
"tankdrivexboxcontroller",
|
||||
"unittest",
|
||||
"xrpreference",
|
||||
]
|
||||
|
||||
COMMANDS_V2_FOLDERS = [
|
||||
"command2",
|
||||
"emptyclass",
|
||||
"instantcommand",
|
||||
"parallelcommandgroup",
|
||||
"paralleldeadlinegroup",
|
||||
"parallelracegroup",
|
||||
"sequentialcommandgroup",
|
||||
"subsystem2",
|
||||
]
|
||||
|
||||
SNIPPETS_FOLDERS = [
|
||||
"dutycycleencoder",
|
||||
"encoder",
|
||||
]
|
||||
|
||||
TEMPLATES_FOLDERS = [
|
||||
"commandbased",
|
||||
"commandbasedskeleton",
|
||||
"educational",
|
||||
"robotbaseskeleton",
|
||||
"romicommandbased",
|
||||
"romieducational",
|
||||
"romitimed",
|
||||
"timed",
|
||||
"timedskeleton",
|
||||
"timeslice",
|
||||
"timesliceskeleton",
|
||||
"xrpcommandbased",
|
||||
"xrpeducational",
|
||||
"xrptimed",
|
||||
]
|
||||
|
||||
TEST_FOLDERS = [
|
||||
"unittest",
|
||||
]
|
||||
Reference in New Issue
Block a user