Skip to content

Commit

Permalink
make field width and length more precise... because that's JUST what …
Browse files Browse the repository at this point in the history
…we need
  • Loading branch information
GalexY727 committed Jan 27, 2024
1 parent d1100c4 commit cd6f2b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/frc/robot/util/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,8 @@ public static final class FieldConstants {
public static final double SNAP_TO_ANGLE_P = 0.0025;

public static final double ALLOWABLE_ERROR_METERS = Units.inchesToMeters(2);
public static final double FIELD_WIDTH_METERS = 16.53;
public static final double FIELD_HEIGHT_METERS = 8.278;
public static final double FIELD_WIDTH_METERS = 16.5410515;
public static final double FIELD_HEIGHT_METERS = 8.2112312;

public static Optional<Alliance> ALLIANCE = Optional.empty();

Expand Down

0 comments on commit cd6f2b0

Please sign in to comment.