public class ArmClimb
extends Command
Modifier and Type | Field and Description |
---|---|
static int |
CLIMB_CURRENT |
static double |
LEVEL_THREE_PLATFORM_HEIGHT_IN_INCHES |
Constructor and Description |
---|
ArmClimb(Arm arm,
Climber climber)
Prepares the ArmClimb method allowing the arm to drag the robot forward.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
getUserWishesToStillClimb()
Returns a boolean that keeps track of whether or not the cancel command has
been called
|
boolean |
isFinished() |
static void |
setUserWishesToStillClimb(boolean userWishesToStillClimb)
Sets whether or not the user has canceled the command to use arm climb
|
public static final int CLIMB_CURRENT
public static final double LEVEL_THREE_PLATFORM_HEIGHT_IN_INCHES
public boolean isFinished()
public static boolean getUserWishesToStillClimb()
public static void setUserWishesToStillClimb(boolean userWishesToStillClimb)