Merge branch 'New-Intake' into DenverAutos

This commit is contained in:
mimigamin
2026-04-02 16:11:07 -06:00
10 changed files with 703 additions and 118 deletions
@@ -404,7 +404,7 @@ public class RobotContainer {
new Trigger(() -> getDeadbandedOperatorController().getPOV() == 0)
.onTrue(new InstantCommand(() -> {
m_robotIntake.setMode(IntakeMode.Bouncing);
m_robotIntake.setMode(IntakeMode.RectractTorque);
}))
.onFalse(new InstantCommand(() -> {
m_robotIntake.setMode(IntakeMode.Idle);