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.
1 parent 1aa5d3d commit a98097bCopy full SHA for a98097b
src/main/java/frc/robot/Constants.java
@@ -43,7 +43,7 @@ public class Constants {
43
public static double kShoulderFollowerZeroTicks = 3167;
44
public static int kIntakeZeroTicks = 3150;
45
public static double kHandZeroTicks = 975;
46
- public static double kExtendPosTicks = -2_100;
+ public static double kExtendPosTicks = -2_100; // -2_100
47
48
public Constants() {
49
if (isCompBot) {
@@ -878,7 +878,7 @@ public static class CompConstants {
878
879
// Intake
880
public static final int kIntakeZeroTicks = 3_300; // 2440 ->2540->2_900
881
- public static final double kExtendPosTicks = -2_100;
+ public static final double kExtendPosTicks = -2_200;
882
883
// Hand
884
// 273 for a tooth on the hand
0 commit comments