Package frc.robot
Class Constants.ElevatorConstants
java.lang.Object
frc.robot.Constants.ElevatorConstants
- Enclosing class:
- Constants
Constants for the Elevator subsystem.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classConfigured PID values for elevator motors.static classConfigured Motion Magic coefficients for the elevator motor.static classHeight presets for the elevator, in gear rotationsstatic classConfigured PID values for the elevator motor.static classConfigured Motion Magic coefficients for the wrist motor.static classAngle presets for the wrist, in rotations. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final doublestatic final doublestatic final doublestatic final double -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MAX_EXTENSION
public static final double MAX_EXTENSION- See Also:
-
MIN_WRIST_ANGLE
public static final double MIN_WRIST_ANGLE- See Also:
-
MAX_WRIST_ANGLE
public static final double MAX_WRIST_ANGLE- See Also:
-
GEAR_DIAMETER
public static final double GEAR_DIAMETER
-
-
Constructor Details
-
ElevatorConstants
public ElevatorConstants()
-