18 if(this->
pJoyOp->GetYButton()) {
bool IsFinished() override
frc::XboxController * GetJoystickOperator(void)
void Deploy()
Deploy the gripper.
ControlHatchGripper()
Class constructor.
void Log(std::string message)
Main robot class that is called by wpilib.
frc::XboxController * pJoyOp
void End() override
Runs once when IsFinished() returns true.
void TurnOff()
Turn of gripper.
void Interrupted() override
Runs once if the command is forced to stop.
void Execute() override
Called in a loop during Teleop.
static OI * m_oi
Pointer for the Operator Interface (OI)
void Retract()
Retract the gripper.
static HatchGripper * m_HatchGripper
Pointer for the Hatch Gripper.
void Append(LedColour colour)
void Initialize() override
Runs once on initalization.