mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-04 03:11:43 +00:00
Also checks that all items in the json file have a matching example One was missing from C++, that example was added (The one in eclipse was completely wrong)
39 lines
660 B
JSON
39 lines
660 B
JSON
[
|
|
{
|
|
"name": "Iterative Robot",
|
|
"description": "Iterative style",
|
|
"tags": [
|
|
"Iterative"
|
|
],
|
|
"foldername": "iterative",
|
|
"gradlebase": "cpp"
|
|
},
|
|
{
|
|
"name": "Timed Robot",
|
|
"description": "Timed style",
|
|
"tags": [
|
|
"Timed"
|
|
],
|
|
"foldername": "timed",
|
|
"gradlebase": "cpp"
|
|
},
|
|
{
|
|
"name": "Command Robot",
|
|
"description": "Command style",
|
|
"tags": [
|
|
"Command"
|
|
],
|
|
"foldername": "commandbased",
|
|
"gradlebase": "cpp"
|
|
},
|
|
{
|
|
"name": "Sample Robot",
|
|
"description": "Sample style",
|
|
"tags": [
|
|
"Sample"
|
|
],
|
|
"foldername": "sample",
|
|
"gradlebase": "cpp"
|
|
}
|
|
]
|