frc-docs icon indicating copy to clipboard operation
frc-docs copied to clipboard

Example of PID Tuning Using Only Smart/Shuffleboard Get/Sets

Open MC42 opened this issue 4 years ago • 1 comments

While the current docs show off using the PID widget in Shuffleboard, that example relies on the WPILib PIDController object. There's no example for quickly changing on-robot variables used elsewhere other than specifically the PID widget, and adding one would enable teams to port the concept to tuning other mechanisms without needing to redeploy robot code.

MC42 avatar Apr 06 '21 15:04 MC42

Actually, it might be better to wait until the NT4 rewrite, as doing this listener-based is more appropriate than get/sets.

Starlight220 avatar Apr 25 '21 18:04 Starlight220