]> git.taranathan.com Git - FRC2026.git/commitdiff
Update VisionConstants.java
authormaxwtan <100314265+MaxwellTTan20@users.noreply.github.com>
Fri, 23 Jan 2026 00:29:09 +0000 (16:29 -0800)
committermaxwtan <100314265+MaxwellTTan20@users.noreply.github.com>
Fri, 23 Jan 2026 00:29:09 +0000 (16:29 -0800)
src/main/java/frc/robot/constants/VisionConstants.java

index 91703c3f187f20f9bed02efb834583452b666aea..887084b4da91dce67e47275744d2405d3fa7af95 100644 (file)
@@ -157,7 +157,7 @@ public class VisionConstants {
                         new Transform3d(
                                 new Translation3d(Units.inchesToMeters(0.75), Units.inchesToMeters(11.5),
                                         Units.inchesToMeters(9.75)),
-                                new Rotation3d(0, Units.degreesToRadians(-11),
+                                new Rotation3d(0, Units.degreesToRadians(27),
                                         Math.PI/2 + Units.degreesToRadians(20)))),
                 new Pair<String, Transform3d>(
                         "CameraLeft",