[examples] Add a Hatchbot Commands v3 example (#8809)

This is adapted from the work that @Starlight220 did here:
https://github.com/SamCarlberg/allwpilib/pull/5

---------

Co-authored-by: Starlight220 <53231611+Starlight220@users.noreply.github.com>
This commit is contained in:
sciencewhiz
2026-04-25 15:06:26 -07:00
committed by GitHub
parent 35e8abedeb
commit 6aa1611959
9 changed files with 500 additions and 0 deletions

View File

@@ -149,6 +149,24 @@
"robotclass": "Robot",
"commandversion": 2
},
{
"name": "Hatchbot Commandsv3",
"description": "A fully-functional Commandv3 hatchbot for the 2019 game, written in the 'inlined' style, i.e. many commands are defined inline with lambdas.",
"tags": [
"Complete Robot",
"Commandv3",
"Differential Drive",
"Encoder",
"Pneumatics",
"Sendable",
"DataLog",
"Gamepad"
],
"foldername": "hatchbotcmdv3",
"gradlebase": "java",
"robotclass": "Robot",
"commandversion": 3
},
{
"name": "Rapid React Command Bot",
"description": "A fully-functional Commandv2 fender bot for the 2022 game, written in the 'inlined' style, i.e. many commands are defined inline with lambdas.",