Package frc.robot

Class Constants.FieldConstants

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

public static class Constants.FieldConstants extends Object
Constants that describe the physical layout of the field.
  • Field Details

    • FIELD_LAYOUT

      public static final AprilTagFieldLayout FIELD_LAYOUT
      AprilTag Field Layout for the current game.
    • FIELD_CENTER

      public static final Pose2d FIELD_CENTER
      A pose at the center of the field.
    • NEUTRAL_RECTANGLE

      public static final Rectangle2d NEUTRAL_RECTANGLE
      A rectangle encompassing the neutral (center) zone of the field.
  • Constructor Details

    • FieldConstants

      public FieldConstants()