Package frc.robot

Class FieldConstants.Outpost

java.lang.Object
frc.robot.FieldConstants.Outpost
Enclosing class:
FieldConstants

public static class FieldConstants.Outpost extends Object
Outpost geometry and reference points on the alliance side.
  • Field Details

    • width

      public static final double width
      Outpost width (meters).
    • openingDistanceFromFloor

      public static final double openingDistanceFromFloor
      Height of the opening bottom from the floor (meters).
    • height

      public static final double height
      Outpost height (meters).
    • centerPoint

      public static final Translation2d centerPoint
      Outpost center point (2D).

      Y is derived from AprilTag 29. X is at the field wall (x = 0).

  • Constructor Details

    • Outpost

      public Outpost()