|
SubZero Common
Common library components for an FRC CommandRobot
|
Tunes a pair of motors concurrently through SmartDashboard. More...
#include <PidMotorControllerPair.h>
Public Member Functions | |
| PidMotorControllerPairTuner (PidMotorControllerPair< TMotor, TController, TRelativeEncoder, TAbsoluteEncoder > &controllerPair) | |
| void | UpdateFromShuffleboard () |
| Call this within the Periodic method of the encapsulating subsystem. | |
Tunes a pair of motors concurrently through SmartDashboard.
| TMotor | |
| TController | |
| TRelativeEncoder | |
| TAbsoluteEncoder |
Definition at line 104 of file PidMotorControllerPair.h.
|
inlineexplicit |
Definition at line 106 of file PidMotorControllerPair.h.
|
inline |
Call this within the Periodic method of the encapsulating subsystem.
Definition at line 128 of file PidMotorControllerPair.h.