Skip to content

Commit

Permalink
changed arm values
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua-Smith-42 committed Feb 24, 2024
1 parent 0d9cadb commit 5f73a2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

public class Arm implements Mechanism {
private static final double LEFT_SERVO_PLACING_ARM_POS = 0;
private static final double LEFT_SERVO_INTAKE_ARM_POS = 1;
private static final double LEFT_SERVO_INTAKE_ARM_POS = 0.42;

public enum ArmPositions {
PLACING_POSITION,
Expand Down

0 comments on commit 5f73a2c

Please sign in to comment.