[examples] Add XRP C++ Examples and Templates (#5743)

This commit is contained in:
Zhiquan Yeo
2023-10-09 19:55:54 -04:00
committed by GitHub
parent 81893ad73d
commit fb07b0da49
23 changed files with 849 additions and 0 deletions

View File

@@ -691,6 +691,23 @@
"romi"
]
},
{
"name": "XRP Reference",
"description": "An example command-based robot program that can be used with the XRP reference robot design.",
"tags": [
"XRP",
"Command-based",
"Differential Drive",
"Digital Input",
"Joystick"
],
"foldername": "XRPReference",
"gradlebase": "cppxrp",
"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.",