1 #ifndef _CLIMBMANAGER_HG_ 2 #define _CLIMBMANAGER_HG_ 4 #include <frc/commands/Command.h> 5 #include <frc/GenericHID.h> 6 #include <frc/XboxController.h> 27 #endif //__CLIMBMANAGER_HG_ void Interrupted() override
Runs once if the command is forced to stop.
bool IsFinished() override
void End() override
Runs once when IsFinished() returns true.
void UpdateRumble(void)
Updates whether the controller should be rumbleing or not.
ClimbManager()
Class constructor.
frc::XboxController * pJoyOp
void Execute() override
Called in a loop during Teleop.
static ClimbState CurrentClimbState
void Initialize() override
Runs once on initalization.