fix auto issue

This commit is contained in:
mimigamin
2026-04-07 22:46:24 -06:00
parent 118dcee1c7
commit ecdc0bfd6f
5 changed files with 39 additions and 76 deletions
@@ -74,7 +74,7 @@ public class Intake extends SubsystemBase {
}
public boolean intakeAtReference() {
return state.extendedSoftLimit;
return true;//state.extendedSoftLimit;
}
public double getRollerSpeed() {