Package frc.robot
Class Constants.VisionConstants
java.lang.Object
frc.robot.Constants.VisionConstants
- Enclosing class:
- Constants
Constants for the Vision subsystem.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassAlgae object detection parameters.static classDistortion coefficients for the object detection camera.static classTerms for the object detection camera's internal matrix.static classRobot-to-camera transforms for the 3 cameras.static classCoefficients for inverse regression fit distance approximation. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final double[][]static final doubleHorizontal FOV of the cameras in radians.static final intHeight of the camera stream in pixels.static final intWidth of the camera stream in pixels. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SCREEN_WIDTH
public static final int SCREEN_WIDTHWidth of the camera stream in pixels.- See Also:
-
SCREEN_HEIGHT
public static final int SCREEN_HEIGHTHeight of the camera stream in pixels.- See Also:
-
CAMERA_X_FOV
public static final double CAMERA_X_FOVHorizontal FOV of the cameras in radians. -
APRILTAG_POSES
public static final double[][] APRILTAG_POSES
-
-
Constructor Details
-
VisionConstants
public VisionConstants()
-