4 #include <frc/commands/Command.h> 9 #include <frc/GenericHID.h> 11 class Climb :
public frc::Command {
Climb()
Class constructor.
frc::XboxController * pJoyOp
void Initialize() override
Runs once on initalization.
void Execute() override
Called in a loop during Teleop.
void Interrupted() override
Runs once if the command is forced to stop.
bool IsFinished() override
void End() override
Runs once when IsFinished() returns true.