21 if(frc::RobotController::GetUserButton()){
void MoveLeg(double Speed)
Move climb leg up or down.
bool IsFinished() override
frc::XboxController * pJoyDebug
void Interrupted() override
Runs once if the command is forced to stop.
static OI * m_oi
Pointer for the Operator Interface (OI)
void End() override
Runs once when IsFinished() returns true.
PullLeg()
Class constructor.
frc::XboxController * GetJoystickDebug(void)
static ClimbState CurrentClimbState
void Execute() override
Called in a loop during Teleop.
static Leg * m_Leg
Pointer for the Leg.
void Initialize() override
Runs once on initalization.