mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
[examples] Add TimesliceRobot templates (#3683)
This commit is contained in:
@@ -41,6 +41,27 @@
|
||||
"gradlebase": "cpp",
|
||||
"commandversion": 2
|
||||
},
|
||||
{
|
||||
"name": "Timeslice Robot",
|
||||
"description": "Timeslice style",
|
||||
"tags": [
|
||||
"Timeslice"
|
||||
],
|
||||
"foldername": "timeslice",
|
||||
"gradlebase": "cpp",
|
||||
"commandversion": 2
|
||||
},
|
||||
{
|
||||
"name": "Timeslice Skeleton (Advanced)",
|
||||
"description": "Skeleton (stub) code for TimesliceRobot",
|
||||
"tags": [
|
||||
"Timeslice",
|
||||
"Skeleton"
|
||||
],
|
||||
"foldername": "timesliceskeleton",
|
||||
"gradlebase": "cpp",
|
||||
"commandversion": 2
|
||||
},
|
||||
{
|
||||
"name": "RobotBase Skeleton (Advanced)",
|
||||
"description": "Skeleton (stub) code for RobotBase - Not recommended for competition use",
|
||||
|
||||
Reference in New Issue
Block a user