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 d86abb6 commit 80561adCopy full SHA for 80561ad
src/main/java/team1403/robot/chargedup/RobotConfig.java
@@ -99,7 +99,8 @@ public static class Swerve {
99
100
public static final double kVoltageSaturation = 12.0;
101
//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;
+ //40 A fuses
103
+ public static final int kCurrentLimit = 40;
104
105
public static final double kMaxAccelerationMetersPerSecondSquared = 3;
106
public static final double kMaxAngularAccelerationRadiansPerSecondSquared = Math.PI / 2;
0 commit comments