Skip to content

Commit

Permalink
changed wrong arm pos oops
Browse files Browse the repository at this point in the history
  • Loading branch information
richpant committed Dec 3, 2024
1 parent 8e144ae commit 8be4e45
Showing 1 changed file with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class RobotConstants {
public static double clawInit = 0.9;
public static double clawSpecimenGrab = 0.62;

public static double clawLeftScore = 0.9125;
public static double clawLeftScore = 0.93;
public static double clawRightScore = 0.5375;

public static double clawLeftSpecimenScore = 0.65;
Expand All @@ -20,8 +20,7 @@ public class RobotConstants {
public static double intakeSpinOutPwr = 1;
public static double intakeSpinStopPwr = 0;

public static double intakePivotTransfer= 0.16
; //.12
public static double intakePivotTransfer= 0.16; //.12
public static double intakePivotGround = 0;
public static double intakePivotSubmersible = 0.05;

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


public static double extendManualIncrements = 0.01; //0.05
public static double extendManualIncrements = 0.05;
public static double extendZero = 0;
public static double extendFullSample = 0.175;
public static double extendFullSpecimen = 0.1;
public static double extendFullSample = 0.225;
public static double extendFullSpecimen = 0.2;

}

0 comments on commit 8be4e45

Please sign in to comment.