From 665d16e3359bdba3844d8a9d62fcbfe58615cd21 Mon Sep 17 00:00:00 2001 From: Wesley28w Date: Sat, 24 Jan 2026 14:13:57 -0800 Subject: [PATCH] oops --- src/main/java/frc/robot/subsystems/shooter/Shooter.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/frc/robot/subsystems/shooter/Shooter.java b/src/main/java/frc/robot/subsystems/shooter/Shooter.java index 01fb039..7a05551 100644 --- a/src/main/java/frc/robot/subsystems/shooter/Shooter.java +++ b/src/main/java/frc/robot/subsystems/shooter/Shooter.java @@ -16,7 +16,7 @@ import edu.wpi.first.wpilibj2.command.InstantCommand; import edu.wpi.first.wpilibj2.command.SubsystemBase; import frc.robot.constants.Constants; import frc.robot.constants.IdConstants; -import frc.robot.subsystems.shooter.ShooterIO.ShooterIOInputs;; +import frc.robot.subsystems.shooter.ShooterIO.ShooterIOInputs; public class Shooter extends SubsystemBase implements ShooterIO { @@ -93,7 +93,7 @@ public class Shooter extends SubsystemBase implements ShooterIO { public double getFeederVelocity() { return inputs.feederVelocity; } - + public double getShooterVelcoity() { return inputs.leftShooterVelocity; // assuming they are the same rn } -- 2.39.5