From: Wesley28w Date: Thu, 9 Apr 2026 00:58:16 +0000 (-0700) Subject: move to here X-Git-Url: https://git.taranathan.com/?a=commitdiff_plain;h=be6f02deac1daafa2e60aad14530cfce5abdf966;p=FRC2026.git move to here Sorry we got to use a locked comp branch. BUt i'm tired --- diff --git a/src/main/java/frc/robot/commands/gpm/Superstructure.java b/src/main/java/frc/robot/commands/gpm/Superstructure.java index 029bae1..ca044a1 100644 --- a/src/main/java/frc/robot/commands/gpm/Superstructure.java +++ b/src/main/java/frc/robot/commands/gpm/Superstructure.java @@ -62,7 +62,7 @@ public class Superstructure extends Command { private double hoodOffset = 0.0; - private double turretOffset = 0.0; + private double turretOffset = 5.0; private double distanceFromTarget = 0.0; diff --git a/src/main/java/frc/robot/constants/ShotInterpolation.java b/src/main/java/frc/robot/constants/ShotInterpolation.java index 1aaf37b..5f2cb38 100644 --- a/src/main/java/frc/robot/constants/ShotInterpolation.java +++ b/src/main/java/frc/robot/constants/ShotInterpolation.java @@ -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.60, 17.4); shooterVelocityMap.put(25.0, 43.44); newHoodMap.put(1.00, 78.0);