5 #include <frc/commands/Command.h> 8 #include <frc/GenericHID.h> 35 #endif // _PULLLEG_HG_
bool IsFinished() override
frc::XboxController * pJoyDebug
An interface command for activating the Pull Arm on the robot.
void Interrupted() override
Runs once if the command is forced to stop.
void End() override
Runs once when IsFinished() returns true.
PullLeg()
Class constructor.
void Execute() override
Called in a loop during Teleop.
void Initialize() override
Runs once on initalization.