Skip to content

Commit

Permalink
Reduce slip current from 300 amps to 150
Browse files Browse the repository at this point in the history
  • Loading branch information
CoryNessCTR committed Mar 7, 2024
1 parent a1a1b67 commit 8d21b12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class TunerConstants {

// The stator current at which the wheels start to slip;
// This needs to be tuned to your individual robot
private static final double kSlipCurrentA = 300.0;
private static final double kSlipCurrentA = 150.0;

// Theoretical free speed (m/s) at 12v applied output;
// This needs to be tuned to your individual robot
Expand Down

0 comments on commit 8d21b12

Please sign in to comment.