Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Commit

Permalink
Decrease drive motor supply current limit from 15A to 35A
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanjcoderman committed Oct 18, 2023
1 parent a8c94a3 commit 6d6dac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/swerve/SwerveModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public SwerveModule(
driveMotorConfigs.Voltage.PeakForwardVoltage = 12;
driveMotorConfigs.Voltage.PeakReverseVoltage = -12;

driveMotorConfigs.CurrentLimits.SupplyCurrentLimit = 35;
driveMotorConfigs.CurrentLimits.SupplyCurrentLimit = 15;
driveMotorConfigs.CurrentLimits.SupplyCurrentLimitEnable = true;

if (constants.driveInversion) {
Expand Down

0 comments on commit 6d6dac2

Please sign in to comment.