Skip to content

Commit

Permalink
Before second match
Browse files Browse the repository at this point in the history
  • Loading branch information
digital division committed Dec 14, 2024
1 parent c896318 commit b69bc18
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ public class ArmSubsystem {
public static final String ARM_MOTOR = "arm_motor";

public static final double ARM_TICKS_PER_DEGREE = 5;
public static final double Arm_High_Bucket = 25* ARM_TICKS_PER_DEGREE;
public static final double Arm_High_Bucket = 45* ARM_TICKS_PER_DEGREE;
public static final double Arm_Start_Position = -25
* ARM_TICKS_PER_DEGREE;
public static final double Arm_Collect_Position = 5 * ARM_TICKS_PER_DEGREE;
public static final double ARM_SCORE_SPECIMEN = 90 * ARM_TICKS_PER_DEGREE;
public static final double Arm_Low_Bucket = 50 * ARM_TICKS_PER_DEGREE;
public static final double Arm_Low_Bucket = 25 * ARM_TICKS_PER_DEGREE;
public static final double Arm_Clear_Barrier = 12.5 * ARM_TICKS_PER_DEGREE;
public static final double Arm_Low_Bar = 35 * ARM_TICKS_PER_DEGREE;
public static final double ARM_WINCH_ROBOT = 10 * ARM_TICKS_PER_DEGREE;
Expand Down

0 comments on commit b69bc18

Please sign in to comment.