From: WesleyWong-972 Date: Sat, 28 Mar 2026 13:03:56 +0000 (-0700) Subject: commit farming X-Git-Url: https://git.taranathan.com/?a=commitdiff_plain;h=388840a01caf852a516b15e882575c4f9ce01941;p=FRC2026.git commit farming --- diff --git a/src/main/java/frc/robot/commands/gpm/Superstructure.java b/src/main/java/frc/robot/commands/gpm/Superstructure.java index 44fc659..de8b6e9 100644 --- a/src/main/java/frc/robot/commands/gpm/Superstructure.java +++ b/src/main/java/frc/robot/commands/gpm/Superstructure.java @@ -17,6 +17,7 @@ import edu.wpi.first.wpilibj2.command.Command; import frc.robot.constants.Constants; import frc.robot.constants.FieldConstants; import frc.robot.constants.ShotInterpolation; +import frc.robot.constants.ShuttleInterpolation; import frc.robot.subsystems.drivetrain.Drivetrain; import frc.robot.subsystems.hood.Hood; import frc.robot.subsystems.hood.HoodConstants;