]> git.taranathan.com Git - FRC2026.git/commitdiff
set normal
authoriefomit <timofei.stem@gmail.com>
Thu, 9 Apr 2026 20:37:51 +0000 (13:37 -0700)
committeriefomit <timofei.stem@gmail.com>
Thu, 9 Apr 2026 20:39:06 +0000 (13:39 -0700)
src/main/java/frc/robot/controls/PS5ControllerDriverConfig.java

index ced4ad053d9a3183b4bd8688c3bc6e2ca36f0897..c42f5969366a63a7ee8cb163ee6c9bd165aaf612 100644 (file)
@@ -162,7 +162,7 @@ public class PS5ControllerDriverConfig extends BaseDriverConfig {
     private void shootFocus(boolean turnOn) {
         if (turnOn) {
             System.out.println("Shooting is now Focused");
-            spindexer.setNewCurrentLimit(SpindexerConstants.currentLimit * 2.5);
+            spindexer.setNewCurrentLimit(SpindexerConstants.currentLimit);
             drive.applyNewModuleCurrents(DriveConstants.STEER_PEAK_CURRENT_LIMIT, DriveConstants.DRIVE_PEAK_CURRENT_LIMIT * 0.25
             );
         } else {