Fix defense drive

This commit is contained in:
mimigamin
2026-04-04 16:17:27 -06:00
parent 6ced6c1ab7
commit 74009b86bb
18 changed files with 415 additions and 57 deletions
@@ -265,7 +265,7 @@ public class RobotContainer {
// TEST-> the driver is holding the left trigger, drive slow and rotation up
new Trigger(() -> getDeadbandedDriverController().getLeftTriggerAxis() >= 0.5)
.onTrue(new InstantCommand(() -> {
m_robotSwerveDrive.setPercentOutput(0.1);
m_robotSwerveDrive.setPercentOutput(0.10);
m_robotSwerveDrive.shiftUpRot();
}))
.onFalse(new InstantCommand(() -> {