mirror of
https://github.com/Team4388/2026KPopRobotHunters.git
synced 2026-06-09 00:38:03 -06:00
test
This commit is contained in:
@@ -39,6 +39,7 @@ public class Intake extends SubsystemBase {
|
||||
|
||||
Idle,
|
||||
RectractTorque,
|
||||
RectractAuto,
|
||||
Bouncing,
|
||||
ExpelBalls,
|
||||
LabubuGrowl
|
||||
@@ -179,6 +180,10 @@ public class Intake extends SubsystemBase {
|
||||
// io.setRollerOutput(state, 0);
|
||||
// }
|
||||
break;
|
||||
case RectractAuto:
|
||||
io.setRollerOutput(state, IntakeConstants.ROLLER_RETRACT_PERCENT_OUTPUT.get());
|
||||
io.armOutput(IntakeConstants.ARM_AUTO_OUTPUT.get());
|
||||
break;
|
||||
case Idle:
|
||||
io.armOutput(0);
|
||||
io.setRollerOutput(state, 0);
|
||||
|
||||
Reference in New Issue
Block a user