Package frc.robot
Class Constants.FieldConstants
java.lang.Object
frc.robot.Constants.FieldConstants
- Enclosing class:
- Constants
Constants that describe the physical layout of the field.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classZones and poses to shoot from and to. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Pose2dA pose at the center of the field.static final AprilTagFieldLayoutAprilTag Field Layout for the current game.static final Rectangle2dA rectangle encompassing the neutral (center) zone of the field. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
FIELD_LAYOUT
AprilTag Field Layout for the current game. -
FIELD_CENTER
A pose at the center of the field. -
NEUTRAL_RECTANGLE
A rectangle encompassing the neutral (center) zone of the field.
-
-
Constructor Details
-
FieldConstants
public FieldConstants()
-