[examples] Reorganize templates to use CommandsV2 (#8432)

Change Commandbased to Commandv2
Run example check on templates
This commit is contained in:
sciencewhiz
2025-11-29 20:46:32 -08:00
committed by GitHub
parent 5aa0b7afea
commit e902a98601
44 changed files with 119 additions and 115 deletions

View File

@@ -1,23 +1,23 @@
[
{
"name": "Command Robot",
"description": "Command-based, with explanatory comments and example code.",
"name": "Command v2 Robot",
"description": "Command v2, with explanatory comments and example code.",
"tags": [
"Command"
"Commandv2"
],
"foldername": "commandbased",
"foldername": "commandv2",
"gradlebase": "java",
"mainclass": "Main",
"commandversion": 2
},
{
"name": "Command Robot Skeleton (Advanced)",
"description": "Skeleton (stub) code for Command-based, without explanatory comments and example code.",
"name": "Command v2 Robot Skeleton (Advanced)",
"description": "Skeleton (stub) code for Command v2, without explanatory comments and example code.",
"tags": [
"Command",
"Commandv2",
"Skeleton"
],
"foldername": "commandbasedskeleton",
"foldername": "commandv2skeleton",
"gradlebase": "java",
"mainclass": "Main",
"commandversion": 2
@@ -84,10 +84,10 @@
"name": "Romi - Command Robot",
"description": "Romi - Command style",
"tags": [
"Command",
"Commandv2",
"Romi"
],
"foldername": "romicommandbased",
"foldername": "romicommandv2",
"gradlebase": "javaromi",
"mainclass": "Main",
"commandversion": 2,
@@ -114,10 +114,10 @@
"name": "XRP - Command Robot",
"description": "XRP - Command style",
"tags": [
"Command",
"Commandv2",
"XRP"
],
"foldername": "xrpcommandbased",
"foldername": "xrpcommandv2",
"gradlebase": "javaxrp",
"mainclass": "Main",
"commandversion": 2,