Skip to content

Commit

Permalink
ARM_TELEOP_MAX_GOAL_DIFF_FROM_CURRENT_RAD
Browse files Browse the repository at this point in the history
  • Loading branch information
sofiebudman committed Mar 9, 2024
1 parent a534422 commit 9efab59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/carlmontrobotics/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public static final class Arm {
// public static final double MARGIN_OF_ERROR = Math.PI / 18;

// Boundaries
public static final double ARM_TELEOP_MAX_GOAL_DIFF_FROM_CURRENT_RAD = 0; // placeholder
public static final double ARM_TELEOP_MAX_GOAL_DIFF_FROM_CURRENT_RAD = 1.8345; // placeholder
public static final double POS_TOLERANCE_RAD = Math.PI/512; // placeholder //Whether or not this is the actual account
// idk TODO: test on actual encoder without a conversion
// factor
Expand Down

0 comments on commit 9efab59

Please sign in to comment.