]> git.taranathan.com Git - FRC2026.git/commitdiff
should work. I forgot other motor
authorWesley28w <wesleycwong@gmail.com>
Tue, 10 Feb 2026 00:16:46 +0000 (16:16 -0800)
committerWesley28w <wesleycwong@gmail.com>
Tue, 10 Feb 2026 00:16:46 +0000 (16:16 -0800)
src/main/java/frc/robot/subsystems/shooter/Shooter.java

index 781e771f3ca29945d46d3736f3d0a90d620ac1a7..73cce19984af93e5c451911f061b72ce421977de 100644 (file)
@@ -106,6 +106,7 @@ public class Shooter extends SubsystemBase implements ShooterIO {
         } else {
             // Torque-current bang-bang
             shooterMotorLeft.setControl(new TorqueCurrentFOC(ShooterConstants.TORQUE_CURRENT_CONTROL_GOAL_AMP));
+            shooterMotorRight.setControl(new TorqueCurrentFOC(ShooterConstants.TORQUE_CURRENT_CONTROL_GOAL_AMP));
         }
     }