]> git.taranathan.com Git - FRC2026.git/commitdiff
Update PS5ControllerDriverConfig.java
authormaxwtan <100314265+MaxwellTTan20@users.noreply.github.com>
Thu, 26 Feb 2026 05:42:48 +0000 (21:42 -0800)
committermaxwtan <100314265+MaxwellTTan20@users.noreply.github.com>
Thu, 26 Feb 2026 05:42:48 +0000 (21:42 -0800)
src/main/java/frc/robot/controls/PS5ControllerDriverConfig.java

index dc09705342b9bd2c8792f69b2c919adac328d57d..ca1f2e4c4f990cbcf17b464c6396df8ab0d5feb0 100644 (file)
@@ -118,7 +118,7 @@ public class PS5ControllerDriverConfig extends BaseDriverConfig {
                 intake.spinStop();
             }, intake));
 
-            // Make the intake go in and out while shooter
+            // Make the intake go in and out while shooting
             controller.get(DPad.UP).whileTrue(new IntakeMovementCommand(intake)
                 .alongWith(new InstantCommand(()-> intakeBoolean = true)));