DeepSpace
2019
|
An interface command for toggleing the gripper. More...
#include <ControlHatchGripper.h>
Public Member Functions | |
ControlHatchGripper () | |
Class constructor. More... | |
void | Initialize () override |
Runs once on initalization. More... | |
void | Execute () override |
Called in a loop during Teleop. More... | |
bool | IsFinished () override |
void | End () override |
Runs once when IsFinished() returns true. More... | |
void | Interrupted () override |
Runs once if the command is forced to stop. More... | |
Private Attributes | |
double | speed |
frc::XboxController * | pJoyOp |
An interface command for toggleing the gripper.
Definition at line 11 of file ControlHatchGripper.h.
ControlHatchGripper::ControlHatchGripper | ( | ) |
Class constructor.
Definition at line 5 of file ControlHatchGripper.cpp.
|
override |
Runs once when IsFinished() returns true.
Definition at line 33 of file ControlHatchGripper.cpp.
|
override |
Called in a loop during Teleop.
Definition at line 16 of file ControlHatchGripper.cpp.
|
override |
Runs once on initalization.
Definition at line 13 of file ControlHatchGripper.cpp.
|
override |
Runs once if the command is forced to stop.
Definition at line 37 of file ControlHatchGripper.cpp.
|
override |
Definition at line 30 of file ControlHatchGripper.cpp.
|
private |
Definition at line 22 of file ControlHatchGripper.h.
|
private |
Definition at line 21 of file ControlHatchGripper.h.