mirror of
https://github.com/Team4388/2026KPopRobotHunters.git
synced 2026-06-09 00:38:03 -06:00
working new intake
This commit is contained in:
@@ -109,7 +109,7 @@ public class Intake extends SubsystemBase {
|
||||
break;
|
||||
case Retracting:
|
||||
io.armOutput(IntakeConstants.ARM_RETRACT_PERCENT_OUTPUT.get());
|
||||
io.setRollerOutput(state, 0);
|
||||
io.setRollerOutput(state, IntakeConstants.ROLLER_RETRACT_PERCENT_OUTPUT.get());
|
||||
break;
|
||||
case Bouncing:
|
||||
io.setRollerOutput(state, 0);
|
||||
@@ -131,8 +131,9 @@ public class Intake extends SubsystemBase {
|
||||
io.armOutput(percentOutput);
|
||||
break;
|
||||
case Idle:
|
||||
io.armOutput(0);
|
||||
// io.setArmAngle(state, Rotations.of(IntakeConstants.ARM_LIMIT_RETRACTED.get()));
|
||||
io.setRollerOutput(state, 0);
|
||||
// io.setRollerOutput(state, 0);
|
||||
break;
|
||||
}
|
||||
// if (state.retractedLimit){
|
||||
|
||||
Reference in New Issue
Block a user