mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[examples] Add Romi reference Java example and templates (#2905)
This commit is contained in:
@@ -48,5 +48,25 @@
|
||||
"foldername": "oldcommandbased",
|
||||
"gradlebase": "cpp",
|
||||
"commandversion": 1
|
||||
},
|
||||
{
|
||||
"name": "Romi - Timed Robot",
|
||||
"description": "Romi - Timed style",
|
||||
"tags": [
|
||||
"Timed", "Romi"
|
||||
],
|
||||
"foldername": "timed",
|
||||
"gradlebase": "cppromi",
|
||||
"commandversion": 2
|
||||
},
|
||||
{
|
||||
"name": "Romi - Command Robot",
|
||||
"description": "Romi - Command style",
|
||||
"tags": [
|
||||
"Command", "Romi"
|
||||
],
|
||||
"foldername": "commandbased",
|
||||
"gradlebase": "cppromi",
|
||||
"commandversion": 2
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user