Skip to content

Commit

Permalink
Merge pull request #25 from frc2052/intakecurrentlimiting
Browse files Browse the repository at this point in the history
changed current limiting so it works with new roller
  • Loading branch information
caleb-fynewever committed Oct 26, 2023
2 parents 68f1ee8 + c4ef330 commit 79372f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/frc/robot/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ public static final class Intake {

// Minimum allowable amps
public static final double INTAKE_CRUISE_CURRENT_AMPS = 2.0;
public static final double INTAKE_PEAK_CURRENT_THRESHOLD_AMPS = 9.0;
public static final double INTAKE_PEAK_CURRENT_THRESHOLD_DURATION_SECONDS = 0.5;
public static final double INTAKE_PEAK_CURRENT_THRESHOLD_AMPS = 9.5;
public static final double INTAKE_PEAK_CURRENT_THRESHOLD_DURATION_SECONDS = 0.4;
}

public static final class Score {
Expand Down

0 comments on commit 79372f6

Please sign in to comment.