mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-25 01:41:43 +00:00
[robotpy][examples] Split examples and snippets (#8944)
This also updates the bazel scripts to behave more like the C++ and Java examples, and updates the copybara scripts to be able to sync up `mostrobotpy`
This commit is contained in:
20
robotpyExamples/snippets/snippets.toml
Normal file
20
robotpyExamples/snippets/snippets.toml
Normal file
@@ -0,0 +1,20 @@
|
||||
[tests]
|
||||
base = [
|
||||
"AddressableLED",
|
||||
"AprilTagsVision",
|
||||
"CANPDP",
|
||||
"DigitalCommunication",
|
||||
"DutyCycleInput",
|
||||
"EventLoop",
|
||||
"FlywheelBangBangController",
|
||||
"HttpCamera",
|
||||
"I2CCommunication",
|
||||
"IntermediateVision",
|
||||
"MotorControl",
|
||||
"QuickVision",
|
||||
"SelectCommand",
|
||||
"Solenoid",
|
||||
]
|
||||
|
||||
ignored = [
|
||||
]
|
||||
Reference in New Issue
Block a user