diff --git a/wpilibcExamples/src/main/cpp/templates/templates.json b/wpilibcExamples/src/main/cpp/templates/templates.json index 59d40842c4..83260a0458 100644 --- a/wpilibcExamples/src/main/cpp/templates/templates.json +++ b/wpilibcExamples/src/main/cpp/templates/templates.json @@ -1,4 +1,14 @@ [ + { + "name": "Command Robot", + "description": "Command style", + "tags": [ + "Command" + ], + "foldername": "commandbased", + "gradlebase": "cpp", + "commandversion": 2 + }, { "name": "Timed Robot", "description": "Timed style", @@ -30,13 +40,13 @@ "commandversion": 2 }, { - "name": "Command Robot", - "description": "Command style", + "name": "Romi - Command Robot", + "description": "Romi - Command style", "tags": [ - "Command" + "Command", "Romi" ], "foldername": "commandbased", - "gradlebase": "cpp", + "gradlebase": "cppromi", "commandversion": 2 }, { @@ -48,15 +58,5 @@ "foldername": "timed", "gradlebase": "cppromi", "commandversion": 2 - }, - { - "name": "Romi - Command Robot", - "description": "Romi - Command style", - "tags": [ - "Command", "Romi" - ], - "foldername": "commandbased", - "gradlebase": "cppromi", - "commandversion": 2 } ] diff --git a/wpilibjExamples/src/main/java/edu/wpi/first/wpilibj/templates/templates.json b/wpilibjExamples/src/main/java/edu/wpi/first/wpilibj/templates/templates.json index 4625310adc..b2484cc05a 100644 --- a/wpilibjExamples/src/main/java/edu/wpi/first/wpilibj/templates/templates.json +++ b/wpilibjExamples/src/main/java/edu/wpi/first/wpilibj/templates/templates.json @@ -1,4 +1,15 @@ [ + { + "name": "Command Robot", + "description": "Command style", + "tags": [ + "Command" + ], + "foldername": "commandbased", + "gradlebase": "java", + "mainclass": "Main", + "commandversion": 2 + }, { "name": "Timed Robot", "description": "Timed style", @@ -35,13 +46,14 @@ "commandversion": 2 }, { - "name": "Command Robot", - "description": "Command style", + "name": "Romi - Command Robot", + "description": "Romi - Command style", "tags": [ - "Command" + "Command", + "Romi" ], - "foldername": "commandbased", - "gradlebase": "java", + "foldername": "romicommandbased", + "gradlebase": "javaromi", "mainclass": "Main", "commandversion": 2 }, @@ -57,18 +69,6 @@ "mainclass": "Main", "commandversion": 2 }, - { - "name": "Romi - Command Robot", - "description": "Romi - Command style", - "tags": [ - "Command", - "Romi" - ], - "foldername": "romicommandbased", - "gradlebase": "javaromi", - "mainclass": "Main", - "commandversion": 2 - }, { "name": "Educational Robot", "description": "Educational Robot - Not for competition use",