Skip to content

Commit

Permalink
#18
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiggy committed Mar 5, 2024
1 parent d4af6c7 commit 0dd661b
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 @@ -169,7 +169,6 @@ public void autoCancelArmCommand() {

// #region Drive Methods
private void driveArm() {

setpoint = armProfile.calculate(kDt, setpoint, goalState);
double armFeedVolts = armFeed.calculate(getArmPos(), setpoint.velocity);
if ((getArmPos() < LOWER_ANGLE_LIMIT_RAD && getCurrentArmGoal().velocity > 0)
Expand Down

0 comments on commit 0dd661b

Please sign in to comment.