Skip to content

Commit 66270c7

Browse files
authored
Merge pull request #114 from strykeforce/Update-Intake-Constant
update intake constants
2 parents b5fde57 + 9591bb6 commit 66270c7

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)