Skip to content

Commit

Permalink
danna - changed constants for test
Browse files Browse the repository at this point in the history
  • Loading branch information
hillelv committed Jun 14, 2024
1 parent ce41118 commit 48b1a93
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
public class WristConstants {

public static String SERVO_HARDWARE_NAME = "wrist_servo";
public static double INTAKE_POSITION = 0.2;
public static double SCORE_POSITION = 0.5;
public static double POSITION_TOLERANCE = 0.05;
public static double INTAKE_POSITION = 1;
public static double SCORE_POSITION = 0;
public static double POSITION_TOLERANCE = 0.07;

}

0 comments on commit 48b1a93

Please sign in to comment.