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/LegacyConfigProvider.java

Co-authored-by: amquake <[email protected]>
  • Loading branch information
mcm001 and amquake committed Oct 1, 2023
1 parent 0ae2b49 commit a1f2447
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ public void load() {
if (atfl == null) {
logger.info("Loading default apriltags for 2023 field...");
try {
atfl = AprilTagFields.k2023ChargedUp.loadAprilTagLayoutField();
atfl = AprilTagFields.kDefaultField.loadAprilTagLayoutField();
} catch (IOException e) {
logger.error("Error loading WPILib field", e);
atfl = null;
Expand Down

0 comments on commit a1f2447

Please sign in to comment.