Package frc.robot
Class Constants.ElevatorConstants
java.lang.Object
frc.robot.Constants.ElevatorConstants
- Enclosing class:
- Constants
-
Field Summary
Modifier and TypeFieldDescriptionstatic final double
static final double
static final double
static final double
static final boolean
static final double
static final double
static final double
static final double
static final double
static final int
static final int
static final double
the maximum height the elevator can safely reachstatic final double
the maximum height the elevator can be, but still be safely inside the bumber of the robotstatic final double
the mininum height the elevator can be to safely reach over the bumper of the robotstatic final double
the mininum height the elevator reaches when its retractedstatic final int
-
Constructor Summary
-
Method Summary
-
Field Details
-
KILL_IT_ALL
public static final boolean KILL_IT_ALL- See Also:
-
RIGHT_MOTOR_ID
public static final int RIGHT_MOTOR_ID- See Also:
-
LEFT_MOTOR_ID
public static final int LEFT_MOTOR_ID- See Also:
-
MAX_AMPERAGE
public static final int MAX_AMPERAGE- See Also:
-
KS
public static final double KS- See Also:
-
KG
public static final double KG- See Also:
-
KV
public static final double KV- See Also:
-
KP
public static final double KP- See Also:
-
KI
public static final double KI- See Also:
-
KD
public static final double KD- See Also:
-
kMinOutput
public static final double kMinOutput- See Also:
-
kMaxOutput
public static final double kMaxOutput- See Also:
-
MAX_HEIGHT
public static final double MAX_HEIGHTthe maximum height the elevator can safely reach- See Also:
-
MIN_ABOVE_PASS_HEIGHT
public static final double MIN_ABOVE_PASS_HEIGHTthe mininum height the elevator can be to safely reach over the bumper of the robot- See Also:
-
MIN_HEIGHT
public static final double MIN_HEIGHTthe mininum height the elevator reaches when its retracted- See Also:
-
MAX_MANUAL_SPEED
public static final double MAX_MANUAL_SPEEDthe maximum height the elevator can be, but still be safely inside the bumber of the robot- See Also:
-
ELEVATOR_AT_TARGET_DEADBAND
public static final double ELEVATOR_AT_TARGET_DEADBAND- See Also:
-
-
Constructor Details
-
ElevatorConstants
public ElevatorConstants()
-