]> git.taranathan.com Git - FRC2026.git/commitdiff
fix order
authormoo <moogoesmeow123@gmail.com>
Mon, 6 Apr 2026 21:48:45 +0000 (14:48 -0700)
committermoo <moogoesmeow123@gmail.com>
Mon, 6 Apr 2026 21:48:55 +0000 (14:48 -0700)
src/main/java/frc/robot/constants/ShotInterpolation.java

index bf6da5f8f863ebe383f8cd882b6d78f3d7a0c662..1aaf37b01e296bc82124f52174904caa1bd63d47 100644 (file)
@@ -30,8 +30,8 @@ public class ShotInterpolation {
         exitVelocityMap.put(1.0, 2.2);
         exitVelocityMap.put(2.0, 4.4);
         exitVelocityMap.put(7.0, 12.0);
-        exitVelocityMap.put(7.8, 15.2);
         exitVelocityMap.put(7.78, 16.8);
+        exitVelocityMap.put(7.8, 15.2);
         exitVelocityMap.put(7.9, 17.1);
         exitVelocityMap.put(8.0, 17.9);
         exitVelocityMap.put(8.08, 19.0);