Package frc.robot
Class Constants.ClimberConstants
java.lang.Object
frc.robot.Constants.ClimberConstants
- Enclosing class:
- Constants
Constants used to configure the climber.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final double
static final double
Gear ratio for the climber mechanism.static final double
static final int
CAN ID for the climber motor.static final double
Position where the climber is fully raised.static final double
Speed at which the climber is lowered.static final double
Speed at which the climber is raised.static final double
Servo angle at which the climber is disengaged.static final double
Servo angle at which the climber is engaged.static final int
PWM port for the climber ratchet servo. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CLIMBER_MOTOR_CAN_ID
public static final int CLIMBER_MOTOR_CAN_IDCAN ID for the climber motor.- See Also:
-
CLIMBER_GEAR_RATIO
public static final double CLIMBER_GEAR_RATIOGear ratio for the climber mechanism.- See Also:
-
CLIMBER_JUST_SPOOL_RATIO
public static final double CLIMBER_JUST_SPOOL_RATIO- See Also:
-
SERVO_PWM_PORT
public static final int SERVO_PWM_PORTPWM port for the climber ratchet servo.- See Also:
-
SERVO_ENABLED_ANGLE
public static final double SERVO_ENABLED_ANGLEServo angle at which the climber is engaged.- See Also:
-
SERVO_DISABLED_ANGLE
public static final double SERVO_DISABLED_ANGLEServo angle at which the climber is disengaged.- See Also:
-
RAISE_CLIMBER_SPEED
public static final double RAISE_CLIMBER_SPEEDSpeed at which the climber is raised.- See Also:
-
CLIMBER_RAISED_POSITION
public static final double CLIMBER_RAISED_POSITIONPosition where the climber is fully raised.- See Also:
-
LOWER_CLIMBER_SPEED
public static final double LOWER_CLIMBER_SPEEDSpeed at which the climber is lowered.- See Also:
-
ABSOLUTE_ENCODER_OFFSET
public static final double ABSOLUTE_ENCODER_OFFSET- See Also:
-
-
Constructor Details
-
ClimberConstants
public ClimberConstants()
-