Merge branch 'shoot-button' into operator-controls

This commit is contained in:
Michael Mikovsky
2026-02-14 13:50:55 -07:00
6 changed files with 44 additions and 20 deletions
@@ -205,9 +205,10 @@ public class RobotContainer {
new Trigger(() -> getDeadbandedDriverController().getLeftTriggerAxis() >= 0.5)
.whileTrue(new RunCommand(
() -> {
m_robotSwerveDrive.driveIntake(
m_robotSwerveDrive.driveIntakeOrientation(
getDeadbandedDriverController().getLeft(),
false
getDeadbandedDriverController().getRight()
);
}, m_robotSwerveDrive))
.onFalse(new InstantCommand(() -> {