Files
allwpilib/sysid
Peter Johnson 03d9e96877 [wpiutil] Change StringExtras split() to template (#7636)
It now calls back a function for each part rather than creating a SmallVector.
2025-01-05 20:53:43 -08:00
..
2023-10-01 15:09:09 -07:00
2024-12-26 18:55:43 -08:00
2023-10-01 15:09:09 -07:00

SysId: System Identification for Robot Mechanisms

Building and Running SysId

See here for build requirements.

Run the following in the monorepo root.

./gradlew sysid:run

Troubleshooting

Use AdvantageScope (shipped with the WPILib installer) to view .wpilog files for troubleshooting when SysId fails to generate plots.