From f499e4fb50d97b49b63399eb20821f3dc18e77c5 Mon Sep 17 00:00:00 2001 From: Jade Date: Mon, 3 Nov 2025 02:32:39 +0800 Subject: [PATCH] [NFC] Invert AprilTag family default (#2124) ## Description Switch default tag family used in AprilTag pipeline. We already functionally changed the default in https://github.com/PhotonVision/photonvision/pull/1333 but since 2024 FIRST appears to have been using 36h11 so switching here seems to make sense as well. ## Meta Merge checklist: - [ ] Pull Request title is [short, imperative summary](https://cbea.ms/git-commit/) of proposed changes - [x] The description documents the _what_ and _why_ - [x] If this PR changes behavior or adds a feature, user documentation is updated - [ ] If this PR touches photon-serde, all messages have been regenerated and hashes have not changed unexpectedly - [ ] If this PR touches configuration, this is backwards compatible with settings back to v2025.3.2 - [ ] If this PR touches pipeline settings or anything related to data exchange, the frontend typing is updated - [ ] If this PR addresses a bug, a regression test for it is added --------- Signed-off-by: Jade Turner --- .../vision/pipeline/AprilTagPipeline.java | 14 +++++++------- .../photonvision/vision/pipeline/AprilTagTest.java | 1 - 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/photon-core/src/main/java/org/photonvision/vision/pipeline/AprilTagPipeline.java b/photon-core/src/main/java/org/photonvision/vision/pipeline/AprilTagPipeline.java index 3e98f7e9e..87329ebf2 100644 --- a/photon-core/src/main/java/org/photonvision/vision/pipeline/AprilTagPipeline.java +++ b/photon-core/src/main/java/org/photonvision/vision/pipeline/AprilTagPipeline.java @@ -73,13 +73,13 @@ public class AprilTagPipeline extends CVPipeline