1 #ifndef _CONTROLHATCHGRIPPER_HG_ 3 #define _CONTROLHATCHGRIPPER_HG_ 5 #include <frc/commands/Command.h> 8 #include <frc/WPILib.h> 9 #include <frc/GenericHID.h> 25 #endif // _CONTROLHATCHGRIPPER_HG_
bool IsFinished() override
ControlHatchGripper()
Class constructor.
frc::XboxController * pJoyOp
void End() override
Runs once when IsFinished() returns true.
void Interrupted() override
Runs once if the command is forced to stop.
void Execute() override
Called in a loop during Teleop.
void Initialize() override
Runs once on initalization.
An interface command for toggleing the gripper.