]> git.taranathan.com Git - FRC2026.git/commitdiff
Update TurretConstants.java
authormaxwtan <100314265+MaxwellTTan20@users.noreply.github.com>
Sat, 7 Feb 2026 19:08:34 +0000 (11:08 -0800)
committermaxwtan <100314265+MaxwellTTan20@users.noreply.github.com>
Sat, 7 Feb 2026 19:08:34 +0000 (11:08 -0800)
src/main/java/frc/robot/subsystems/turret/TurretConstants.java

index e755e275a265a2622bb6677adfbeed2dad5a4ab8..6571ddc8dbc575309a728ebf93615f11d8eb4599 100644 (file)
@@ -18,5 +18,5 @@ public class TurretConstants {
 
     public static Translation2d DISTANCE_FROM_ROBOT_CENTER = new Translation2d(0, 0);
 
-    Translation3d TURRET_TO_CENTER_OF_ROBOT = new Translation3d(x, y, 0.32)
+    Translation3d TURRET_TO_CENTER_OF_ROBOT = new Translation3d(Units.inchesToMeters(4.875), Units.inchesToMeters(y), 0.32)
 }