Package frc.robot.constants
Class VisionConstants
java.lang.Object
frc.robot.constants.VisionConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final int
static final int
static final int
static final int
static final double
static final int
static final double
static final double
static final double
static final double
static final double
static final double
static final String
static final double
static final String
static final double
static final double
static final double
static final double
static final double
static final int
static final int
static final double
static final double
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
UNABLE_TO_SEE_NOTE_CONSTANT
public static final int UNABLE_TO_SEE_NOTE_CONSTANT- See Also:
-
UNABLE_TO_SEE_TAG_CONSTANT
public static final int UNABLE_TO_SEE_TAG_CONSTANT- See Also:
-
MAX_SPEED_METERS_PER_SECOND
public static final double MAX_SPEED_METERS_PER_SECOND- See Also:
-
MAX_ANGULAR_SPEED_RADIANS_PER_SECOND
public static final double MAX_ANGULAR_SPEED_RADIANS_PER_SECOND- See Also:
-
X_MARGIN_TO_REEF
public static final double X_MARGIN_TO_REEF- See Also:
-
Y_MARGIN_TO_REEF
public static final double Y_MARGIN_TO_REEF- See Also:
-
ROT_MARGIN_TO_REEF
public static final double ROT_MARGIN_TO_REEF -
TAG_TARGET_DISTANCE
public static final double TAG_TARGET_DISTANCE- See Also:
-
N_180
public static final double N_180- See Also:
-
AT_ARR_INC
public static final int AT_ARR_INC- See Also:
-
AT_ARR_CAMERA_OFFSET
public static final int AT_ARR_CAMERA_OFFSET- See Also:
-
AT_ARR_TRANSLATION_OFFSET
public static final int AT_ARR_TRANSLATION_OFFSET- See Also:
-
AT_ARR_ROTATION_OFFSET
public static final int AT_ARR_ROTATION_OFFSET- See Also:
-
REEF_CAM_NAME
- See Also:
-
SOURCE_CAM_NAME
- See Also:
-
APRIL_TAG_FIELD_LAYOUT_JSON
-
LOCALIZATION_TAG_NUM
public static final int LOCALIZATION_TAG_NUM- See Also:
-
LOCALIZATION_TRANSLATIONAL_THRESHOLD
public static final double LOCALIZATION_TRANSLATIONAL_THRESHOLD- See Also:
-
LOCALIZATION_ANGLE_TOLERANCE
public static final double LOCALIZATION_ANGLE_TOLERANCE -
MIN_TAG_TARGET_DISTANCE_X
public static final double MIN_TAG_TARGET_DISTANCE_X- See Also:
-
MAX_TAG_TARGET_DISTANCE_X
public static final double MAX_TAG_TARGET_DISTANCE_X- See Also:
-
TAG_Y_SCALING_COEF
public static final double TAG_Y_SCALING_COEF- See Also:
-
TAG_TARGET_THETA_RAD
public static final double TAG_TARGET_THETA_RAD- See Also:
-
TAG_Y_L_OFFSET_BASE
public static final double TAG_Y_L_OFFSET_BASE -
TAG_Y_R_OFFSET_BASE
public static final double TAG_Y_R_OFFSET_BASE
-
-
Constructor Details
-
VisionConstants
public VisionConstants()
-