public class Claw
extends Subsystem
Modifier and Type | Field and Description |
---|---|
static double |
LENGTH_IN_INCHES
Distance from base of claw to the end if it is closed.
|
static double |
MAX_CLAW_OPEN_DIAMETER |
static double |
TIME_TO_MOVE
The amount of time to delay to allow the pneumatics to move in seconds
|
Constructor and Description |
---|
Claw() |
Modifier and Type | Method and Description |
---|---|
void |
closeClaw()
Closes the claw.
|
void |
initDefaultCommand() |
boolean |
isOpen() |
void |
openClaw()
Opens the claw.
|
void |
push()
Should pop out the ball.
|
void |
toggleGrip()
Toggles the claw grip based on closed and soft.
|
void |
togglePush() |
public static final double TIME_TO_MOVE
public static final double MAX_CLAW_OPEN_DIAMETER
public static final double LENGTH_IN_INCHES
public void toggleGrip()
public void closeClaw()
public void togglePush()
public void openClaw()
public void push()
public boolean isOpen()
public void initDefaultCommand()