Package frc.robot
Class Constants.ClimberConstants
java.lang.Object
frc.robot.Constants.ClimberConstants
- Enclosing class:
- Constants
Climber constants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final doublestatic final doublestatic final doublestatic final doublestatic final doublestatic final doublestatic final doublestatic final doublestatic final doublestatic final doublestatic final doublestatic final double -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CLIMBER_KP
public static final double CLIMBER_KP- See Also:
-
CLIMBER_KI
public static final double CLIMBER_KI- See Also:
-
CLIMBER_KD
public static final double CLIMBER_KD- See Also:
-
CLIMBER_MAX_VELOCITY
public static final double CLIMBER_MAX_VELOCITY- See Also:
-
CLIMBER_MAX_ACCELERATION
public static final double CLIMBER_MAX_ACCELERATION- See Also:
-
CLIMBER_KS
public static final double CLIMBER_KS- See Also:
-
CLIMBER_KG
public static final double CLIMBER_KG- See Also:
-
CLIMBER_KV
public static final double CLIMBER_KV- See Also:
-
CLIMBER_POWER
public static final double CLIMBER_POWER- See Also:
-
CLIMBING_DISTANCE
public static final double CLIMBING_DISTANCE -
MAX_CLIMBING_DISTANCE
public static final double MAX_CLIMBING_DISTANCE -
LINEAR_DISTANCE
public static final double LINEAR_DISTANCE
-
-
Constructor Details
-
ClimberConstants
public ClimberConstants()
-