Skip to content

Commit 34ca2af

Browse files
committed
Increase MAXSwerve rotation motor current limit
1 parent a3b022a commit 34ca2af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/lasarobotics/drive/swerve/MAXSwerveModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ private GearRatio(double value) {
9999

100100
private final double EPSILON = 5e-3;
101101
private final Measure<Current> DRIVE_MOTOR_CURRENT_LIMIT;
102-
private final Measure<Current> ROTATE_MOTOR_CURRENT_LIMIT = Units.Amps.of(18.0);
102+
private final Measure<Current> ROTATE_MOTOR_CURRENT_LIMIT = Units.Amps.of(20.0);
103103
private final Rotation2d LOCK_POSITION = Rotation2d.fromRadians(Math.PI / 4);
104104

105105
private static final String IS_SLIPPING_LOG_ENTRY = "/IsSlipping";

0 commit comments

Comments
 (0)