Skip to content

Commit 80561ad

Browse files
fix config
1 parent d86abb6 commit 80561ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/team1403/robot/chargedup/RobotConfig.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ public static class Swerve {
9999

100100
public static final double kVoltageSaturation = 12.0;
101101
//max neo amperage, 50 amps seems the safest based on https://www.revrobotics.com/neo-brushless-motor-locked-rotor-testing/
102-
public static final int kCurrentLimit = 50;
102+
//40 A fuses
103+
public static final int kCurrentLimit = 40;
103104

104105
public static final double kMaxAccelerationMetersPerSecondSquared = 3;
105106
public static final double kMaxAngularAccelerationRadiansPerSecondSquared = Math.PI / 2;

0 commit comments

Comments
 (0)