Skip to content

Commit 04453a7

Browse files
authored
Merge pull request #119 from strykeforce/frostPrep
Frost tweaks
2 parents 1aa5d3d + a98097b commit 04453a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public class Constants {
4343
public static double kShoulderFollowerZeroTicks = 3167;
4444
public static int kIntakeZeroTicks = 3150;
4545
public static double kHandZeroTicks = 975;
46-
public static double kExtendPosTicks = -2_100;
46+
public static double kExtendPosTicks = -2_100; // -2_100
4747

4848
public Constants() {
4949
if (isCompBot) {
@@ -878,7 +878,7 @@ public static class CompConstants {
878878

879879
// Intake
880880
public static final int kIntakeZeroTicks = 3_300; // 2440 ->2540->2_900
881-
public static final double kExtendPosTicks = -2_100;
881+
public static final double kExtendPosTicks = -2_200;
882882

883883
// Hand
884884
// 273 for a tooth on the hand

0 commit comments

Comments
 (0)