Skip to content

Commit 9591bb6

Browse files
committed
update intake constants
1 parent b5fde57 commit 9591bb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/frc/robot/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,7 @@ public static class CompConstants {
877877
public static final double kShoulderFollowerZeroTicks = 2057;
878878

879879
// Intake
880-
public static final int kIntakeZeroTicks = 3_000; // 2440 ->2540->2_900
880+
public static final int kIntakeZeroTicks = 3_300; // 2440 ->2540->2_900
881881
public static final double kExtendPosTicks = -2_100;
882882

883883
// Hand

0 commit comments

Comments
 (0)