[templates] Add Command-based skeleton template (#4861)

Co-authored-by: Starlight220 <53231611+Starlight220@users.noreply.github.com>
This commit is contained in:
Sriman Achanta
2022-12-31 16:18:43 -05:00
committed by GitHub
parent 3f51f10ad3
commit cc166c98d2
9 changed files with 253 additions and 0 deletions

View File

@@ -9,6 +9,16 @@
"gradlebase": "cpp",
"commandversion": 2
},
{
"name": "Command Robot Skeleton (Advanced)",
"description": "Skeleton (stub) code for Command Robot",
"tags": [
"Command", "Skeleton"
],
"foldername": "commandbasedskeleton",
"gradlebase": "cpp",
"commandversion": 2
},
{
"name": "Timed Robot",
"description": "Timed style",