Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…Code2024 into sofie-arm
  • Loading branch information
Juliaaaahhhh committed Mar 6, 2024
2 parents a594629 + ec3ea78 commit 81ae651
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/java/org/carlmontrobotics/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,9 @@ 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.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

public static final double ARM_TELEOP_MAX_GOAL_DIFF_FROM_CURRENT_RAD = 0.5; // placeholder - issue not resolved (this is same value as in Robot Code 2023)
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
public static final double VEL_TOLERANCE_RAD_P_SEC = (POS_TOLERANCE_RAD/0.02); // 20ms per robot loop
Expand Down

0 comments on commit 81ae651

Please sign in to comment.