[examples] Add C++ RomiReference example (#2969)

Co-authored-by: Prateek Machiraju <prateek.machiraju@gmail.com>
Co-authored-by: sciencewhiz <sciencewhiz@users.noreply.github.com>
This commit is contained in:
Starlight220
2021-01-01 06:37:20 +02:00
committed by GitHub
parent 749c7adb13
commit e1620799c7
22 changed files with 839 additions and 0 deletions

View File

@@ -543,6 +543,17 @@
"gradlebase": "cpp",
"commandversion": 2
},
{
"name": "RomiReference",
"description": "An example command-based robot program that can be used with the Romi reference robot design.",
"tags": [
"Drivetrain",
"Romi"
],
"foldername": "RomiReference",
"gradlebase": "cppromi",
"commandversion": 2
},
{
"name": "StateSpaceFlywheel",
"description": "An example state-space controller for a flywheel.",