Update Shooter.java

makes it shoot
This commit is contained in:
Michael Mikovsky
2026-02-14 12:49:29 -07:00
parent 2f6a5d56fd
commit a60ebfdc6f
@@ -94,7 +94,7 @@ public class Shooter extends SubsystemBase {
double distanceToHub = robotPose2d.getTranslation().minus(FieldPositions.HUB_POSITION).getNorm();
this.mode = ShooterMode.Shooting;
// TODO: get if the robot is within the angle of the hub
// boolean driverError =