mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Add ProfiledPIDController
This commit is contained in:
committed by
Peter Johnson
parent
fc98a79dbb
commit
3ebc5a6d3a
@@ -178,6 +178,18 @@
|
||||
"foldername": "ElevatorTrapezoidProfile",
|
||||
"gradlebase": "cpp"
|
||||
},
|
||||
{
|
||||
"name": "Elevator with profiled PID controller",
|
||||
"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": "ElevatorProfiledPID",
|
||||
"gradlebase": "cpp"
|
||||
},
|
||||
{
|
||||
"name": "Getting Started",
|
||||
"description": "An example program which demonstrates the simplest autonomous and teleoperated routines.",
|
||||
|
||||
Reference in New Issue
Block a user