Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…Code2024 into sofie-arm
  • Loading branch information
BrandonS09 committed Mar 3, 2024
2 parents 058095a + 531f1ab commit 71886b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/org/carlmontrobotics/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ public static final class Arm {

public static final double MARGIN_OF_ERROR = Math.PI/18;
//Boundaries
public static final double ARM_LOWER_LIMIT_RAD = -3.569 + MARGIN_OF_ERROR;
public static final double ARM_UPPER_LIMIT_RAD = .36 - MARGIN_OF_ERROR;
public static final double ARM_DISCONTINUITY_RAD = (ARM_LOWER_LIMIT_RAD + ARM_UPPER_LIMIT_RAD) / 2 - Math.PI;



//Arm buttons

}
Expand Down

0 comments on commit 71886b3

Please sign in to comment.