Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit 8be4e45

Browse files
committed
changed wrong arm pos oops
1 parent 8e144ae commit 8be4e45

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

TeamCode/src/main/java/indubitables/config/util/RobotConstants.java

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public class RobotConstants {
1010
public static double clawInit = 0.9;
1111
public static double clawSpecimenGrab = 0.62;
1212

13-
public static double clawLeftScore = 0.9125;
13+
public static double clawLeftScore = 0.93;
1414
public static double clawRightScore = 0.5375;
1515

1616
public static double clawLeftSpecimenScore = 0.65;
@@ -20,8 +20,7 @@ public class RobotConstants {
2020
public static double intakeSpinOutPwr = 1;
2121
public static double intakeSpinStopPwr = 0;
2222

23-
public static double intakePivotTransfer= 0.16
24-
; //.12
23+
public static double intakePivotTransfer= 0.16; //.12
2524
public static double intakePivotGround = 0;
2625
public static double intakePivotSubmersible = 0.05;
2726

@@ -41,9 +40,9 @@ public class RobotConstants {
4140
public static int liftToPark = 0;
4241

4342

44-
public static double extendManualIncrements = 0.01; //0.05
43+
public static double extendManualIncrements = 0.05;
4544
public static double extendZero = 0;
46-
public static double extendFullSample = 0.175;
47-
public static double extendFullSpecimen = 0.1;
45+
public static double extendFullSample = 0.225;
46+
public static double extendFullSpecimen = 0.2;
4847

4948
}

0 commit comments

Comments
 (0)