Skip to content

Commit

Permalink
Fix for #22
Browse files Browse the repository at this point in the history
  • Loading branch information
FriedLongJohns committed Mar 6, 2024
1 parent ae3681f commit 0bfc3eb
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 @@ -62,7 +62,7 @@ public static final class Arm {
public static final double kG = 0.1;
public static final double kV = 0.1;
public static final double kA = 0.1;
public static final double IZONE_RAD = .8;
public static final double IZONE_RAD = .09;//FIXME #22
public static final double MAX_FF_VEL_RAD_P_S = 0.8; // rad / s
public static final double MAX_FF_ACCEL_RAD_P_S = 1; // rad / s^2

Expand Down

0 comments on commit 0bfc3eb

Please sign in to comment.