Skip to content

Commit

Permalink
fixed izone
Browse files Browse the repository at this point in the history
  • Loading branch information
sofiebudman committed Mar 6, 2024
1 parent d2a8859 commit 7a22712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/carlmontrobotics/subsystems/Arm.java
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public Arm() {
armPIDMaster.setPositionPIDWrappingEnabled(true);
armPIDMaster.setPositionPIDWrappingMinInput(LOWER_ANGLE_LIMIT_RAD);
armPIDMaster.setPositionPIDWrappingMaxInput(UPPER_ANGLE_LIMIT_RAD);
armPIDMaster.setIZone(IZONE);
armPIDMaster.setIZone(IZONE_RAD);

SmartDashboard.putData("Arm", this);

Expand Down

0 comments on commit 7a22712

Please sign in to comment.