Skip to content
This repository was archived by the owner on May 19, 2024. It is now read-only.

Commit 6cda2ed

Browse files
committed
fix(intake): Up note current.
1 parent b5d5b8a commit 6cda2ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/frc/robot/intake/IntakeConstants.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public static class FrontRollerConstants {
3737
/** Maximum speed of the roller in rotations per second. */
3838
public static final double MAXIMUM_SPEED = 67;
3939

40-
public static final double NOTE_AMPS = 20;
40+
public static final double NOTE_AMPS = 40;
4141
}
4242

4343
/** Constants for the back roller. */
@@ -71,6 +71,6 @@ public static class BackRollerConstants {
7171
/** Maximum speed of the roller in rotations per second. */
7272
public static final double MAXIMUM_SPEED = 67;
7373

74-
public static final double NOTE_AMPS = 20;
74+
public static final double NOTE_AMPS = 40;
7575
}
7676
}

0 commit comments

Comments
 (0)