[examples] Fix example json for SimpleDifferentialDriveSimulation (NFC) (#7561)

Uses LTVUnicycleController now instead of RAMSETE.
This commit is contained in:
sciencewhiz
2024-12-18 08:20:31 -08:00
committed by GitHub
parent 80c391e182
commit 6fe5da7289
3 changed files with 7 additions and 7 deletions

View File

@@ -759,11 +759,11 @@
},
{
"name": "SimpleDifferentialDriveSimulation",
"description": "Simulate a differential drivetrain and follow trajectories with RamseteController (non-command-based).",
"description": "Simulate a differential drivetrain and follow trajectories with LTVUnicycleController (non-command-based).",
"tags": [
"Differential Drive",
"State-Space",
"Ramsete",
"LTVUnicycleController",
"Path Following",
"Trajectory",
"Encoder",