Skip to content

Commit

Permalink
documentation of DISCONNECTED_ENCODER_TIMEOUT_SEC
Browse files Browse the repository at this point in the history
  • Loading branch information
ProfessorAtomicManiac committed Oct 1, 2023
1 parent 15f0207 commit 1812ca5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ public static final class Arm {
public static final int WRIST_CURRENT_LIMIT_AMP = 15;
public static final double ROLLER_COM_CORRECTION_RAD = Units.degreesToRadians(18.3);
public static double ARM_TELEOP_MAX_GOAL_DIFF_FROM_CURRENT_RAD = .5;
// if the encoder has been disconnected for DISCONNECTED_ENCODER_TIMEOUT, shut off the motor
public static final double DISCONNECTED_ENCODER_TIMEOUT_SEC = .25;

// #endregion
Expand Down

0 comments on commit 1812ca5

Please sign in to comment.