mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
[wpilib] Fix names and descriptions of examples (#2846)
This commit is contained in:
@@ -618,7 +618,7 @@
|
||||
},
|
||||
{
|
||||
"name": "StateSpaceArm",
|
||||
"description": "An example state-space controller demonstrating the use of FRC Characterization's System Identification for controlling a flywheel.",
|
||||
"description": "An example state-space controller for controlling an arm.",
|
||||
"tags": [
|
||||
"Arm",
|
||||
"State space",
|
||||
@@ -633,8 +633,8 @@
|
||||
"commandversion": 2
|
||||
},
|
||||
{
|
||||
"name": "StateSpaceSimulation",
|
||||
"description": "An example of drivetrain simulation in combination with a RAMSETE path following controller.",
|
||||
"name": "StateSpaceDriveSimulation",
|
||||
"description": "An example of drivetrain simulation in combination with a RAMSETE path following controller and the Field2d class.",
|
||||
"tags": [
|
||||
"Drivetrain",
|
||||
"State space",
|
||||
|
||||
Reference in New Issue
Block a user