Skip to content

Commit

Permalink
Fixed resetGoal
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonS09 committed Mar 3, 2024
1 parent baf30a2 commit 9a262b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/org/carlmontrobotics/subsystems/Arm.java
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ public void setArmTarget(double targetPos) {


public void resetGoal() {
double armPos = getArmPos();

armProfile = new TrapezoidProfile(TRAP_CONSTRAINTS);

Expand Down

0 comments on commit 9a262b9

Please sign in to comment.