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

index 887084b4da91dce67e47275744d2405d3fa7af95..6b1a80ab7f4919aabf808dc94b0b4dda65e286d2 100644 (file)
@@ -157,15 +157,13 @@ public class VisionConstants {
                         new Transform3d(
                                 new Translation3d(Units.inchesToMeters(0.75), Units.inchesToMeters(11.5),
                                         Units.inchesToMeters(9.75)),
-                                new Rotation3d(0, Units.degreesToRadians(27),
-                                        Math.PI/2 + Units.degreesToRadians(20)))),
+                                new Rotation3d(0, Units.degreesToRadians(27), Units.degreesToRadians(10)))),
                 new Pair<String, Transform3d>(
                         "CameraLeft",
                         new Transform3d(
                                 new Translation3d(Units.inchesToMeters(-13.5), Units.inchesToMeters(10.375),
                                         Units.inchesToMeters(11.625)),
-                                new Rotation3d(0, Units.degreesToRadians(-19.5),
-                                        Math.PI/2-Units.degreesToRadians(25))))));
+                                new Rotation3d(0, Units.degreesToRadians(27), 0)))));
 
     /**
      * The transformations from the robot to object detection cameras