We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3b022a commit 34ca2afCopy full SHA for 34ca2af
src/main/java/org/lasarobotics/drive/swerve/MAXSwerveModule.java
@@ -99,7 +99,7 @@ private GearRatio(double value) {
99
100
private final double EPSILON = 5e-3;
101
private final Measure<Current> DRIVE_MOTOR_CURRENT_LIMIT;
102
- private final Measure<Current> ROTATE_MOTOR_CURRENT_LIMIT = Units.Amps.of(18.0);
+ private final Measure<Current> ROTATE_MOTOR_CURRENT_LIMIT = Units.Amps.of(20.0);
103
private final Rotation2d LOCK_POSITION = Rotation2d.fromRadians(Math.PI / 4);
104
105
private static final String IS_SLIPPING_LOG_ENTRY = "/IsSlipping";
0 commit comments