Package frc.robot.constants
Class Constants
java.lang.Object
frc.robot.constants.Constants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final double
static final double
static final double
static final double
static final double
static final double
static final double
static final double
static final double
static final double
static final double
static final double
static final edu.wpi.first.units.measure.Distance
static final double
static final double
static final double
static final double
static final double
static final double
static final double
static final double
static final double
static final double
static final double
static final edu.wpi.first.units.measure.Distance
static final edu.wpi.first.units.measure.Distance
static final edu.wpi.first.units.measure.Distance
static final edu.wpi.first.units.measure.Distance
static final edu.wpi.first.units.measure.Distance
static final double
static final double
static final edu.wpi.first.units.measure.Distance
static final int
static final double
static final double
static final int
static final int
static final double
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
LED_STRIP_BUFFER
public static final int LED_STRIP_BUFFER- See Also:
-
OUTTAKE_CLOSED_POS_ROTS
public static final double OUTTAKE_CLOSED_POS_ROTS- See Also:
-
OUTTAKE_OPEN_POS_ROTS
public static final double OUTTAKE_OPEN_POS_ROTS- See Also:
-
CORAL_SCORE_TIME_SECS
public static final double CORAL_SCORE_TIME_SECS- See Also:
-
ELEVATOR_KG
public static final double ELEVATOR_KG- See Also:
-
ELEVATOR_KS
public static final double ELEVATOR_KS- See Also:
-
ELEVATOR_KV
public static final double ELEVATOR_KV- See Also:
-
ELEVATOR_KA
public static final double ELEVATOR_KA- See Also:
-
ELEVATOR_KP
public static final double ELEVATOR_KP- See Also:
-
ELEVATOR_KI
public static final double ELEVATOR_KI- See Also:
-
ELEVATOR_KD
public static final double ELEVATOR_KD- See Also:
-
ELEVATOR_CRUISE_VELO
public static final double ELEVATOR_CRUISE_VELO- See Also:
-
ELEVATOR_TARGET_ACCEL
public static final double ELEVATOR_TARGET_ACCEL- See Also:
-
ELEVATOR_EXPO_KV
public static final double ELEVATOR_EXPO_KV- See Also:
-
ELEVATOR_ROTS_TO_INCHES
public static final double ELEVATOR_ROTS_TO_INCHES- See Also:
-
ELEVATOR_JOYSTICK_INPUT_DEADBAND
public static final double ELEVATOR_JOYSTICK_INPUT_DEADBAND- See Also:
-
ELEVATOR_UPPER_THRESHOLD
public static final edu.wpi.first.units.measure.Distance ELEVATOR_UPPER_THRESHOLD -
ELEVATOR_TARGET_L4
public static final edu.wpi.first.units.measure.Distance ELEVATOR_TARGET_L4 -
ELEVATOR_TARGET_L3
public static final edu.wpi.first.units.measure.Distance ELEVATOR_TARGET_L3 -
ELEVATOR_TARGET_L2
public static final edu.wpi.first.units.measure.Distance ELEVATOR_TARGET_L2 -
ELEVATOR_TARGET_GROUND
public static final edu.wpi.first.units.measure.Distance ELEVATOR_TARGET_GROUND -
ELEVATOR_INRANGE_VALUE
public static final edu.wpi.first.units.measure.Distance ELEVATOR_INRANGE_VALUE -
KG_CHECK
public static final edu.wpi.first.units.measure.Distance KG_CHECK -
ELEVATOR_MANUAL_SCALE
public static final double ELEVATOR_MANUAL_SCALE- See Also:
-
CLIMBER_COUNTS_PER_REV
public static final double CLIMBER_COUNTS_PER_REV- See Also:
-
CLIMBER_PID_MARGIN_OF_ERROR
public static final double CLIMBER_PID_MARGIN_OF_ERROR- See Also:
-
CLIMBER_PID_TARGET_LOW
public static final double CLIMBER_PID_TARGET_LOW- See Also:
-
CLIMBER_PID_TARGET_EXTEND
public static final double CLIMBER_PID_TARGET_EXTEND- See Also:
-
CLIMBER_PID_TARGET_CLIMB
public static final double CLIMBER_PID_TARGET_CLIMB- See Also:
-
CLIMBER_ENCODER_RESET_POSITION
public static final double CLIMBER_ENCODER_RESET_POSITION- See Also:
-
CLIMB_POWER
public static final double CLIMB_POWER- See Also:
-
CLIMB_REDUCED_POWER
public static final double CLIMB_REDUCED_POWER- See Also:
-
FUNNEL_INOUT_REAL_TIME_SECS
public static final double FUNNEL_INOUT_REAL_TIME_SECS- See Also:
-
UPDATE_FREQUENCY_HZ
public static final int UPDATE_FREQUENCY_HZ- See Also:
-
UPDATE_PERIOD_MS
public static final int UPDATE_PERIOD_MS- See Also:
-
UPDATE_PERIOD_SECS
public static final double UPDATE_PERIOD_SECS- See Also:
-
ALIGN_TIME_SECS
public static final double ALIGN_TIME_SECS- See Also:
-
INCHES_TO_METERS
public static final double INCHES_TO_METERS- See Also:
-
-
Constructor Details
-
Constants
public Constants()
-