1 #ifndef _CONTROLCOMPRESSOR_HG_ 3 #define _CONTROLCOMPRESSOR_HG_ 5 #include <frc/commands/Command.h> 8 #include <frc/GenericHID.h> 9 #include <frc/WPILib.h> 34 #endif // _CONTROLCOMPRESSOR_HG_
void Initialize() override
Runs once on initalization.
ControlCompressor()
Class constructor.
void Interrupted() override
Runs once if the command is forced to stop.
bool IsFinished() override
void Execute() override
Called in a loop during Teleop.
An interface command for driving the robot with an xbox controller.
frc::XboxController * pJoyOp
A mnemonic for the operator's controller.
void End() override
Runs once when IsFinished() returns true.
frc::XboxController * pJoyDrive
A mnemonic for the driver's controller.