Package frc.robot.constants
Class SimConstants
java.lang.Object
frc.robot.constants.SimConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final double
static final double
static final edu.wpi.first.math.geometry.Translation2d
static final edu.wpi.first.math.geometry.Pose2d
static final edu.wpi.first.math.geometry.Pose2d
static final edu.wpi.first.math.geometry.Pose2d
static final edu.wpi.first.math.geometry.Translation2d
static final double[]
static final double
static final edu.wpi.first.math.geometry.Translation3d
static final double
static final double
static final edu.wpi.first.math.geometry.Translation2d
static final edu.wpi.first.math.geometry.Translation2d
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.math.geometry.Pose2d
static final edu.wpi.first.math.geometry.Pose2d
static final edu.wpi.first.math.geometry.Pose2d
static final String
static final edu.wpi.first.math.geometry.Transform3d
static final edu.wpi.first.math.geometry.Transform3d
static final String
static final double
static final double
static final double
static final double
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MODULE_STEER_P
public static final double MODULE_STEER_P- See Also:
-
MODULE_STEER_D
public static final double MODULE_STEER_D- See Also:
-
DRIVE_FRICTION_VOLTS
public static final double DRIVE_FRICTION_VOLTS- See Also:
-
STEER_FRICTION_VOLTS
public static final double STEER_FRICTION_VOLTS- See Also:
-
STEER_INERTIA_KGMS2
public static final double STEER_INERTIA_KGMS2- See Also:
-
BLUE_1_STARTING_POS_M
public static final edu.wpi.first.math.geometry.Pose2d BLUE_1_STARTING_POS_M -
BLUE_2_STARTING_POS_M
public static final edu.wpi.first.math.geometry.Pose2d BLUE_2_STARTING_POS_M -
BLUE_3_STARTING_POS_M
public static final edu.wpi.first.math.geometry.Pose2d BLUE_3_STARTING_POS_M -
RED_1_STARTING_POS_M
public static final edu.wpi.first.math.geometry.Pose2d RED_1_STARTING_POS_M -
RED_2_STARTING_POS_M
public static final edu.wpi.first.math.geometry.Pose2d RED_2_STARTING_POS_M -
RED_3_STARTING_POS_M
public static final edu.wpi.first.math.geometry.Pose2d RED_3_STARTING_POS_M -
MASS_WITH_BUMPER_LBS
public static final double MASS_WITH_BUMPER_LBS- See Also:
-
MOI
public static final double MOI- See Also:
-
WIDTH_IN
public static final double WIDTH_IN- See Also:
-
LENGTH_IN
public static final double LENGTH_IN- See Also:
-
WHEEL_COF
public static final double WHEEL_COF- See Also:
-
FL_TRANSLATION
public static final edu.wpi.first.math.geometry.Translation2d FL_TRANSLATION -
FR_TRANSLATION
public static final edu.wpi.first.math.geometry.Translation2d FR_TRANSLATION -
BL_TRANSLATION
public static final edu.wpi.first.math.geometry.Translation2d BL_TRANSLATION -
BR_TRANSLATION
public static final edu.wpi.first.math.geometry.Translation2d BR_TRANSLATION -
ELEVATOR_SIM_VISUALIZATION_HEIGHT_MULTIPLIER
public static final double ELEVATOR_SIM_VISUALIZATION_HEIGHT_MULTIPLIER- See Also:
-
CLIMBER_ZERO_POS
public static final edu.wpi.first.math.geometry.Translation3d CLIMBER_ZERO_POS -
CLIMBER_SIM_VISUALIZATION_CONSTANT
public static final double CLIMBER_SIM_VISUALIZATION_CONSTANT- See Also:
-
REEF_CAMERA_NAME
- See Also:
-
STATION_CAMERA_NAME
- See Also:
-
ROBOT_TO_REEF_CAMERA
public static final edu.wpi.first.math.geometry.Transform3d ROBOT_TO_REEF_CAMERA -
ROBOT_TO_STATION_CAMERA
public static final edu.wpi.first.math.geometry.Transform3d ROBOT_TO_STATION_CAMERA -
MAX_AMBIGUITY
public static final double MAX_AMBIGUITY- See Also:
-
MAX_Z_ERROR
public static final double MAX_Z_ERROR- See Also:
-
LINEAR_STD_DEV_BASELINE
public static final double LINEAR_STD_DEV_BASELINE- See Also:
-
ANGULAR_STD_DEV_BASELINE
public static final double ANGULAR_STD_DEV_BASELINE- See Also:
-
CAMERA_STD_DEV_MULTIPLIERS
public static final double[] CAMERA_STD_DEV_MULTIPLIERS -
LINEAR_STD_MEGATAG_2_FACTOR
public static final double LINEAR_STD_MEGATAG_2_FACTOR- See Also:
-
BATTERY_VOLTAGE
public static final double BATTERY_VOLTAGE- See Also:
-
-
Constructor Details
-
SimConstants
public SimConstants()
-