This repository was archived by the owner on Jul 28, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
src/main/java/frc/robot/config Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11plugins {
22 id " java"
3- id " edu.wpi.first.GradleRIO" version " 2025.2.1 "
3+ id " edu.wpi.first.GradleRIO" version " 2025.3.2 "
44 id " com.diffplug.spotless" version " 7.0.1"
55}
66
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ public class VisionConfig {
1212 public static final String SECOND_CAMERA_NAME = "apriltag2" ;
1313
1414 public static final AprilTagFieldLayout LAYOUT =
15- AprilTagFieldLayout .loadField (AprilTagFields .k2025Reefscape );
15+ AprilTagFieldLayout .loadField (AprilTagFields .k2025ReefscapeAndyMark );
1616 public static final PhotonPoseEstimator .PoseStrategy STRATEGY =
1717 PhotonPoseEstimator .PoseStrategy .MULTI_TAG_PNP_ON_COPROCESSOR ;
1818 public static final Transform3d CAMERA_POSITION =
You can’t perform that action at this time.
0 commit comments