mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
53 lines
1.1 KiB
JSON
53 lines
1.1 KiB
JSON
[
|
|
{
|
|
"name": "Timed Robot",
|
|
"description": "Timed style",
|
|
"tags": [
|
|
"Timed"
|
|
],
|
|
"foldername": "timed",
|
|
"gradlebase": "cpp",
|
|
"commandversion": 1
|
|
},
|
|
{
|
|
"name": "Timed Skeleton (Advanced)",
|
|
"description": "Skeleton (stub) code for TimedRobot",
|
|
"tags": [
|
|
"Timed", "Skeleton"
|
|
],
|
|
"foldername": "timedskeleton",
|
|
"gradlebase": "cpp",
|
|
"commandversion": 1
|
|
},
|
|
{
|
|
"name": "RobotBase Skeleton (Advanced)",
|
|
"description": "Skeleton (stub) code for RobotBase",
|
|
"tags": [
|
|
"RobotBase", "Skeleton"
|
|
],
|
|
"foldername": "robotbaseskeleton",
|
|
"gradlebase": "cpp",
|
|
"commandversion": 1
|
|
},
|
|
{
|
|
"name": "Command Robot",
|
|
"description": "Command style",
|
|
"tags": [
|
|
"Command"
|
|
],
|
|
"foldername": "commandbased",
|
|
"gradlebase": "cpp",
|
|
"commandversion": 2
|
|
},
|
|
{
|
|
"name": "Old Command Robot",
|
|
"description": "Old-Command style (deprecated)",
|
|
"tags": [
|
|
"Command"
|
|
],
|
|
"foldername": "oldcommandbased",
|
|
"gradlebase": "cpp",
|
|
"commandversion": 1
|
|
}
|
|
]
|