Add TrapezoidProfile example (#1814)

This commit is contained in:
Tyler Veness
2019-08-16 22:03:44 -07:00
committed by Peter Johnson
parent 8f386f6bb3
commit a216b9e9ee
5 changed files with 168 additions and 0 deletions

View File

@@ -166,6 +166,18 @@
"foldername": "PotentiometerPID",
"gradlebase": "cpp"
},
{
"name": "Elevator with trapezoid profiled PID",
"description": "An example to demonstrate the use of an encoder and trapezoid profiled PID control to reach elevator position setpoints.",
"tags": [
"Digital",
"Sensors",
"Actuators",
"Joystick"
],
"foldername": "ElevatorTrapezoidProfile",
"gradlebase": "cpp"
},
{
"name": "Getting Started",
"description": "An example program which demonstrates the simplest autonomous and teleoperated routines.",