Package frc.robot
Class Constants.ElevatorWristConstants
java.lang.Object
frc.robot.Constants.ElevatorWristConstants
- Enclosing class:
- Constants
Class for elevator and wrist constants
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
PID constantsstatic final class
Set points constants for elevator and wrist -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final double
static final double
static final Rotation2d
static final double
static final Rotation2d
static final double
static final double
static final double
static final Rotation2d
static final Rotation2d
static final Rotation2d
static final Rotation2d
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
WRIST_REF_1_ANGLE_MEASURED
-
WRIST_REF_2_ANGLE_MEASURED
-
WRIST_REF_1_ANGLE_ACTUAL
-
WRIST_REF_2_ANGLE_ACTUAL
-
WRIST_M
public static final double WRIST_M -
WRIST_B
public static final double WRIST_B -
ELEVATOR_REF_1_ANGLE_MEASURED
-
ELEVATOR_REF_2_ANGLE_MEASURED
-
ELEVATOR_REF_1_HEIGHT
public static final double ELEVATOR_REF_1_HEIGHT- See Also:
-
ELEVATOR_REF_2_HEIGHT
public static final double ELEVATOR_REF_2_HEIGHT- See Also:
-
ELEVATOR_M
public static final double ELEVATOR_M -
ELEVATOR_B
public static final double ELEVATOR_B
-
-
Constructor Details
-
ElevatorWristConstants
public ElevatorWristConstants()
-