We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0596d83 commit e2f0524Copy full SHA for e2f0524
src/main/java/frc/robot/subsystems/algae/AlgaeIOTalonFX.java
@@ -39,7 +39,7 @@ public AlgaeIOTalonFX() {
39
40
shootMotorConfig.MotorOutput.Inverted = InvertedValue.Clockwise_Positive;
41
shootMotorConfig.MotorOutput.NeutralMode = NeutralModeValue.Brake;
42
- shootMotorConfig.CurrentLimits.SupplyCurrentLimit = 40.0;
+ shootMotorConfig.CurrentLimits.SupplyCurrentLimit = 60.0;
43
shootMotorConfig.CurrentLimits.SupplyCurrentLimitEnable = true;
44
45
// in init function, set slot 0 gains
0 commit comments