We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5fde57 + 9591bb6 commit 66270c7Copy full SHA for 66270c7
src/main/java/frc/robot/Constants.java
@@ -877,7 +877,7 @@ public static class CompConstants {
877
public static final double kShoulderFollowerZeroTicks = 2057;
878
879
// Intake
880
- public static final int kIntakeZeroTicks = 3_000; // 2440 ->2540->2_900
+ public static final int kIntakeZeroTicks = 3_300; // 2440 ->2540->2_900
881
public static final double kExtendPosTicks = -2_100;
882
883
// Hand
0 commit comments