[examples] Add Romi reference Java example and templates (#2905)

This commit is contained in:
Peter Johnson
2020-12-04 17:34:54 -08:00
committed by GitHub
parent b3deda38c9
commit 387f56cb7b
10 changed files with 572 additions and 0 deletions

View File

@@ -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
}
]