Skip to content

Commit

Permalink
one more tune
Browse files Browse the repository at this point in the history
  • Loading branch information
rflood07 committed Feb 27, 2024
1 parent b8d4013 commit 62496ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/settings/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ public final class Vision{
public static final String OBJ_DETECITON_LIMELIGHT_NAME = "limelight-neural";

public static final double APRILTAG_CLOSENESS = 0.5;
public static final double MAX_TAG_DISTANCE = 2;
public static final double MAX_TAG_DISTANCE = 2.3;

public static final Translation2d fieldCorner = new Translation2d(16.54, 8.02);

Expand Down

0 comments on commit 62496ba

Please sign in to comment.