[examples] Adding XRP java and cpp examples for Timed Robot (#8599)

Adding an example (one C++ and one Java) for using TimedRobot with the
XRP.
This commit is contained in:
jpokornyiii
2026-02-07 00:36:35 -05:00
committed by GitHub
parent 6b225bb1f1
commit 0a37317467
6 changed files with 218 additions and 0 deletions

View File

@@ -609,6 +609,22 @@
"xrp"
]
},
{
"name": "XRP Timed",
"description": "An very basic timed robot program that can be used with the XRP reference robot design.",
"tags": [
"XRP",
"Differential Drive",
"XboxController"
],
"foldername": "Xrptimed",
"gradlebase": "cppxrp",
"mainclass": "Main",
"commandversion": 2,
"extravendordeps": [
"xrp"
]
},
{
"name": "StateSpaceFlywheel",
"description": "Control a flywheel using a state-space model (based on values from CAD), with a Kalman Filter and LQR.",