From 30ebc4e9f21457400bffd49b1872f7074a9611ca Mon Sep 17 00:00:00 2001 From: mixxlto Date: Thu, 29 Jan 2026 17:21:42 -0800 Subject: [PATCH] Update ShotInterpolation.java --- .../java/frc/robot/subsystems/turret/ShotInterpolation.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/frc/robot/subsystems/turret/ShotInterpolation.java b/src/main/java/frc/robot/subsystems/turret/ShotInterpolation.java index 8aaf253..bb1968a 100644 --- a/src/main/java/frc/robot/subsystems/turret/ShotInterpolation.java +++ b/src/main/java/frc/robot/subsystems/turret/ShotInterpolation.java @@ -8,6 +8,6 @@ public class ShotInterpolation { static{ timeOfFlightMap.put(0.0, 0.67); - timeOfFlightMap.put(0.0, 0.67); + timeOfFlightMap.put(1.0, 0.67); } } -- 2.39.5