static CrawlDrive * m_CrawlDrive
Pointer for the DriveTrain.
static Arm * m_Arm
Pointer for the Arm.
PullArm()
Class constructor.
bool IsFinished() override
frc::XboxController * pJoyDebug
void Interrupted() override
Runs once if the command is forced to stop.
void Initialize() override
Runs once on initalization.
static OI * m_oi
Pointer for the Operator Interface (OI)
void Move(double Speed)
Drive, (or crawl), forwards or backwards Moves the wheels attached to the arms. What wheels do...
void End() override
Runs once when IsFinished() returns true.
frc::XboxController * GetJoystickDebug(void)
static ClimbState CurrentClimbState
void MoveArm(double Speed)
Move Arm arm up or down.
void Execute() override
Called in a loop during Teleop.