Skip to content

Commit

Permalink
changed ARM_TELEOP_MAX_GOAL_DIFF_FROM_CURRENT_RAD placeholder based o…
Browse files Browse the repository at this point in the history
…n robotcode2023
  • Loading branch information
Juliaaaahhhh committed Mar 6, 2024
1 parent 7a22712 commit a594629
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 @@ -77,7 +77,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 = 0.5; // placeholder - issue not resolved (this is same value as )
public static final double POS_TOLERANCE_RAD = Units.degreesToRadians(42); // 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 a594629

Please sign in to comment.