5 #include <frc/commands/Command.h> 8 #include <frc/GenericHID.h> 35 #endif // _PULLARM_HG_
An interface command for activating the Pull Arm on the robot.
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.
void End() override
Runs once when IsFinished() returns true.
void Execute() override
Called in a loop during Teleop.