]> git.taranathan.com Git - FRC2026.git/commitdiff
new shuttling interpolation
authorWesleyWong-972 <wesleycwong@gmail.com>
Wed, 8 Apr 2026 23:20:21 +0000 (16:20 -0700)
committerWesleyWong-972 <wesleycwong@gmail.com>
Wed, 8 Apr 2026 23:20:21 +0000 (16:20 -0700)
src/main/java/frc/robot/constants/ShotInterpolation.java

index 1aaf37b01e296bc82124f52174904caa1bd63d47..d8e0fd76eaaf9a3e08556807189f1796afd3183d 100644 (file)
@@ -46,12 +46,11 @@ public class ShotInterpolation {
         // currently regresses to y = 1.34959x + 9.79618
         shooterVelocityMap.put(0.0, 9.55);
         shooterVelocityMap.put(1.00, 11.5);
-        shooterVelocityMap.put(1.49, 11.5);
-        shooterVelocityMap.put(2.09, 12.5);
-        shooterVelocityMap.put(2.95, 14.1);
-        shooterVelocityMap.put(4.07, 15.5);
-        shooterVelocityMap.put(5.05, 16.7);
-        shooterVelocityMap.put(5.79, 18.0);
+        shooterVelocityMap.put(2.00, 12.3);
+        shooterVelocityMap.put(3.00, 14.0);
+        shooterVelocityMap.put(4.00, 15.5);
+        shooterVelocityMap.put(5.00, 16.4);
+        shooterVelocityMap.put(5.6, 17.4);
         shooterVelocityMap.put(25.0, 43.44);
 
         newHoodMap.put(1.00, 78.0);