Package frc.robot
Class Constants.ClimbConstants
java.lang.Object
frc.robot.Constants.ClimbConstants
- Enclosing class:
- Constants
Constants for the climbing mechanism.
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Bottom limit channel for the climb.static final int
CAN ID for the climb motor.static final double
Climb power for the climb.static final boolean
Whether the climb is inverted.static final int
Top limit channel for the climb.Method Summary
Field Details
CAN_ID
public static final int CAN_IDCAN ID for the climb motor.- See Also:
BOTTOM_LIMIT_CHANNEL
public static final int BOTTOM_LIMIT_CHANNELBottom limit channel for the climb.- See Also:
TOP_LIMIT_CHANNEL
public static final int TOP_LIMIT_CHANNELTop limit channel for the climb.- See Also:
CLIMB_POWER
public static final double CLIMB_POWERClimb power for the climb.- See Also:
IS_INVERTED
public static final boolean IS_INVERTEDWhether the climb is inverted.- See Also: