Skip to content

Commit

Permalink
Update photon-core/src/main/java/org/photonvision/common/configuratio…
Browse files Browse the repository at this point in the history
…n/SqlConfigProvider.java

Co-authored-by: amquake <[email protected]>
  • Loading branch information
mcm001 and amquake authored Oct 1, 2023
1 parent a1f2447 commit 89aa79e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ public void load() {
} catch (IOException e) {
logger.error("Could not deserialize apriltag layout! Loading defaults");
try {
atfl = AprilTagFields.k2023ChargedUp.loadAprilTagLayoutField();
atfl = AprilTagFields.kDefaultField.loadAprilTagLayoutField();
} catch (IOException e2) {
logger.error("Error loading WPILib field", e);
atfl = null;
Expand Down

0 comments on commit 89aa79e

Please sign in to comment.