[commands] Add convenience factories (#4460)

Co-authored-by: Starlight220 <53231611+Starlight220@users.noreply.github.com>
This commit is contained in:
Eli Barnett
2022-11-28 10:41:25 -05:00
committed by GitHub
parent 42b6d4e3f7
commit 1a59737f40
31 changed files with 1240 additions and 1 deletions

View File

@@ -356,6 +356,18 @@
"gradlebase": "cpp",
"commandversion": 2
},
{
"name": "Rapid React Command Bot",
"description": "A fully-functional command-based fender bot for the 2022 game using the new command framework.",
"tags": [
"Complete robot",
"Command-based",
"Lambdas"
],
"foldername": "RapidReactCommandBot",
"gradlebase": "cpp",
"commandversion": 2
},
{
"name": "Select Command Example",
"description": "An example showing how to use the SelectCommand class from the new command framework.",