This commit is contained in:
mimigamin
2026-04-07 20:37:26 -06:00
parent 1636a054ed
commit 118dcee1c7
41 changed files with 96 additions and 64 deletions
@@ -35,6 +35,7 @@ public class Intake extends SubsystemBase {
ExtendingRolling,
Retracting,
ArmIdleRollingNot,
Idle,
RectractTorque,
@@ -79,7 +80,6 @@ public class Intake extends SubsystemBase {
public double getRollerSpeed() {
return state.rollerOutput;
}
// public enum FieldZone {
// // The robot should aim at the hub
// InShootZone,
@@ -136,7 +136,10 @@ public class Intake extends SubsystemBase {
// io.setRollerOutput(state, 0);
// }
break;
case ArmIdleRollingNot:
io.armOutput(0);
io.setRollerOutput(state, IntakeConstants.ROLLER_RETRACT_PERCENT_OUTPUT.get());
break;
case Bouncing:
// io.setRollerOutput(state, 0);