|
SubZero Common
Common library components for an FRC CommandRobot
|
Intended for use alongside a PidMotorController for simple tuning through SmartDashboard. More...
#include <PidMotorController.h>
Public Member Functions | |
| PidMotorControllerTuner (PidMotorController< TMotor, TController, TRelativeEncoder, TAbsoluteEncoder, TPidConfig > &controller) | |
| void | UpdateFromShuffleboard () |
| Call this within the Periodic method of the encapsulating subsystem Note: You must enable submit button to work in Elastic. | |
Intended for use alongside a PidMotorController for simple tuning through SmartDashboard.
| TMotor | |
| TController | |
| TRelativeEncoder | |
| TAbsoluteEncoder |
Definition at line 182 of file PidMotorController.h.
|
inlineexplicit |
Definition at line 184 of file PidMotorController.h.
|
inline |
Call this within the Periodic method of the encapsulating subsystem Note: You must enable submit button to work in Elastic.
Definition at line 206 of file PidMotorController.h.