Skip to content

Commit

Permalink
Updated kSlipCurrentA value to 65.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JediScoy committed Mar 16, 2024
1 parent 6971bdf commit 31bc056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/generated/TunerConstants.java
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 = 65.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 31bc056

Please sign in to comment.