]> git.taranathan.com Git - FRC2026.git/commitdiff
Merge branch 'beta-bot-pull-request' of https://github.com/iron-claw-972/FRC2026...
authormaxwtan <100314265+MaxwellTTan20@users.noreply.github.com>
Wed, 18 Feb 2026 21:17:34 +0000 (13:17 -0800)
committermaxwtan <100314265+MaxwellTTan20@users.noreply.github.com>
Wed, 18 Feb 2026 21:17:34 +0000 (13:17 -0800)
1  2 
src/main/java/frc/robot/RobotContainer.java
src/main/java/frc/robot/constants/IdConstants.java
src/main/java/frc/robot/controls/PS5ControllerDriverConfig.java

index 661c053e02d97ee2d238d89a02e1d39ddf08de62,11f2607341a633fed366ab98cd670dff27cd3ab9..4f97cdbd8b9b151b613141a5f4d0dd526c98dc4e
@@@ -73,11 -88,9 +88,10 @@@ public class PS5ControllerDriverConfig 
                      intake.extend();
                      intake.spinStart();
                      intakeBoolean = false;
-                 }
-                 else{
+                 } else {
                      intake.retract();
                      intake.spinStop();
 +                    intakeBoolean = true;
                  }
              }));
          }