Skip to content

Commit

Permalink
constants change
Browse files Browse the repository at this point in the history
  • Loading branch information
Ani-8712 committed May 23, 2024
1 parent 6628a67 commit e67b8ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class FieldConstants {
public static final Rotation2d kZero = new Rotation2d();
public static final Rotation2d kNinety = Rotation2d.fromDegrees(90);

public static final double kFieldLength = Units.inchesToMeters(651.25);
public static final double kFieldLength = Units.inchesToMeters(507.25);
public static final double kFieldWidth = Units.inchesToMeters(315.5);

public static final Pose2d kOrigin = new Pose2d();
Expand Down

0 comments on commit e67b8ad

Please sign in to comment.