Package frc.robot
Class FieldConstants.Depot
java.lang.Object
frc.robot.FieldConstants.Depot
- Enclosing class:
- FieldConstants
Depot geometry and reference points on the alliance side.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Translation3dDepot center point (3D).static final doubleDepot depth (meters).static final doubleLateral distance from field centerline to the depot center (meters).static final doubleDepot height (meters).static final Translation3dDepot left corner point (3D).static final Translation3dDepot right corner point (3D).static final doubleDepot width (meters). -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
width
public static final double widthDepot width (meters). -
depth
public static final double depthDepot depth (meters). -
height
public static final double heightDepot height (meters). -
distanceFromCenterY
public static final double distanceFromCenterYLateral distance from field centerline to the depot center (meters). -
depotCenter
Depot center point (3D). -
leftCorner
Depot left corner point (3D). -
rightCorner
Depot right corner point (3D).
-
-
Constructor Details
-
Depot
public Depot()
-