Package frc.robot
Class FieldConstants.LeftTrench
java.lang.Object
frc.robot.FieldConstants.LeftTrench
- Enclosing class:
- FieldConstants
Left trench geometry and key opening reference points.
This primarily provides 3D points useful for vision targeting to the trench opening.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Translation2dstatic final Translation2dstatic final Translation2dstatic final doubleTrench depth from center (meters)static final doubleDistance from the edge of the trench to the center of the trenchstatic final doubleTrench depth (meters).static final doubleTrench height (meters).static final doubleHeight of the trench opening (meters).static final Translation3dAlliance-side opening top-left corner point (3D).static final Translation3dAlliance-side opening top-right corner point (3D).static final doubleWidth of the trench opening (meters).static final Translation3dOpposing-side opening top-left corner point (3D).static final Translation3dOpposing-side opening top-right corner point (3D).static final Translation2dstatic final Translation2dstatic final Translation2dCenter Trench for Posestatic final doubleTrench width (meters). -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
width
public static final double widthTrench width (meters). -
depth
public static final double depthTrench depth (meters). -
centerDepth
public static final double centerDepthTrench depth from center (meters) -
height
public static final double heightTrench height (meters). -
openingWidth
public static final double openingWidthWidth of the trench opening (meters). -
openingHeight
public static final double openingHeightHeight of the trench opening (meters). -
centerWidth
public static final double centerWidthDistance from the edge of the trench to the center of the trench -
openingTopLeft
Alliance-side opening top-left corner point (3D). -
openingTopRight
Alliance-side opening top-right corner point (3D). -
oppOpeningTopLeft
Opposing-side opening top-left corner point (3D). -
oppOpeningTopRight
Opposing-side opening top-right corner point (3D). -
redTrenchCenterLeft
Center Trench for Pose -
blueTrenchCenterLeft
-
redCloseCenterLeft
-
redFarCenterLeft
-
blueCloseCenterLeft
-
blueFarCenterLeft
-
-
Constructor Details
-
LeftTrench
public LeftTrench()
-