Skip to content

Commit

Permalink
Max FF vel and accel #27
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonS09 committed Mar 8, 2024
1 parent 3622b0d commit dfe00e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/carlmontrobotics/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ public static final class Arm {
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 MAX_FF_VEL_RAD_P_S = 0.8; // rad / s
public static final double MAX_FF_ACCEL_RAD_P_S = 1; // rad / s^2
public static final double MAX_FF_VEL_RAD_P_S = 1.845; // rad / s
public static final double MAX_FF_ACCEL_RAD_P_S = 19.4569; // rad / s^2

// if needed
public static final double COM_ARM_LENGTH_METERS = 0.381;
Expand Down

0 comments on commit dfe00e4

Please sign in to comment.