This commit is contained in:
Shikhar
2026-04-04 13:02:50 -06:00
parent 6d55c96f6a
commit 2d56e5eeff
4 changed files with 12 additions and 12 deletions
@@ -66,7 +66,8 @@ public class Intake extends SubsystemBase {
}
public void rollerStop(){
io.setRollerOutput(state, 0);
this.mode = IntakeMode.Idle;
// io.setRollerOutput(state, 0);
}
public double getRollerTarget() {
@@ -190,7 +191,7 @@ public class Intake extends SubsystemBase {
case ExpelBalls:
io.armOutput(0);
io.setRollerOutput(state, -0.2);
io.setRollerOutput(state, IntakeConstants.ROLLER_EJECT_PERCENT_OUTPUT.get());
break;
}
// if (state.retractedLimit){