Update Intake.java

This commit is contained in:
Shikhar Dey
2026-04-09 09:28:35 -06:00
committed by GitHub
parent 15c69e7788
commit 3be9938956
@@ -75,7 +75,7 @@ public class Intake extends SubsystemBase {
} }
public boolean intakeAtReference() { public boolean intakeAtReference() {
return true;//state.extendedSoftLimit; return state.extendedSoftLimit;
} }
public double getRollerSpeed() { public double getRollerSpeed() {