Package frc.robot
Class FieldConstants.Outpost
java.lang.Object
frc.robot.FieldConstants.Outpost
- Enclosing class:
- FieldConstants
Outpost geometry and reference points on the alliance side.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Translation2dOutpost center point (2D).static final doubleOutpost height (meters).static final doubleHeight of the opening bottom from the floor (meters).static final doubleOutpost width (meters). -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
width
public static final double widthOutpost width (meters). -
openingDistanceFromFloor
public static final double openingDistanceFromFloorHeight of the opening bottom from the floor (meters). -
height
public static final double heightOutpost height (meters). -
centerPoint
Outpost center point (2D).Y is derived from AprilTag 29. X is at the field wall (x = 0).
-
-
Constructor Details
-
Outpost
public Outpost()
-