Package frc.robot
Class FieldConstants.RightTrench
java.lang.Object
frc.robot.FieldConstants.RightTrench
- Enclosing class:
- FieldConstants
Right 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 centerstatic 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 of the 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). -
height
public static final double heightTrench height (meters). -
centerDepth
public static final double centerDepthTrench depth from center -
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). -
redTrenchCenterRight
Center of the Trench for Pose -
blueTrenchCenterRight
-
redCloseCenterRight
-
redFarCenterRight
-
blueCloseCenterRight
-
blueFarCenterRight
-
-
Constructor Details
-
RightTrench
public RightTrench()
-