Package frc.robot.util.tunable
Interface Tunable
- All Known Implementing Classes:
FlywheelConstants,ModuleConstants,PIDConstants,SwerveRateLimiter
public interface Tunable
Marker interface for POJO that can expose its contents for tuning.
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic voidsetupTunable(String name, Object obj, Class<?> clazz, Runnable markDirty) Create Networktables handling for changing constants.
-
Method Details
-
setupTunable
Create Networktables handling for changing constants.
-