Skip to content

Commit

Permalink
max accel again since it was overriden
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonS09 committed Mar 11, 2024
1 parent d3778c1 commit e8dec6b
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 @@ -64,8 +64,8 @@ public static final class Arm {
public static final double kA = 0.9569 / (2 * Math.PI);
public static final double IZONE_RAD = 0;
//fine for now, change it later before use - ("Incorect use of setIZone()" Issue #22)
public static final double MAX_FF_VEL_RAD_P_S = 0.2; //rad/s Aarav did the work
public static final double MAX_FF_ACCEL_RAD_P_S = .0183; // rad / s^2 Aarav did the math
//public static final double MAX_FF_VEL_RAD_P_S = 0.2; //rad/s
public static final double MAX_FF_ACCEL_RAD_P_S = 53.728; // rad / s^2 ((.89*2)/(1.477/(61.875^2))/61.875)-20.84


public static final double MIN_VOLTAGE = -12; //-((kS + kG + 1)/12);
Expand Down

0 comments on commit e8dec6b

Please sign in to comment.