Header file for Arms component.
Joystick * m_ControlStick
Secondary arm control stick.
float k_minCount
Number of encoder counts to reach bottom.
virtual void ComponentInit()
float k_maxCount
Number of encoder counts to reach top.
int liftSpeed
Lifting speed of the arms.
DoubleSolenoid * m_DoubleSolenoid
DoubleSolenoid Controls.
const int kBottomLimitChannel
bool openArms
Used to tell robot to open/close arms.
const int kArmMotorChannel
Channel of Victor.
const int kTopLimitChannel
DigitalInput * m_TopLimit
const int kSolenoidChannel1
First Solenoid Channel.
DigitalInput * m_BottomLimit
const int kSolenoidChannel2
Second Solenoid Channel.
Victor * m_ArmMotor
Arm lifting motor.
const int kStickChannel
Joystick Channel.