Skip to content

Commit 0dd661b

Browse files
committed
1 parent d4af6c7 commit 0dd661b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • src/main/java/org/carlmontrobotics/subsystems

src/main/java/org/carlmontrobotics/subsystems/Arm.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ public void autoCancelArmCommand() {
169169

170170
// #region Drive Methods
171171
private void driveArm() {
172-
173172
setpoint = armProfile.calculate(kDt, setpoint, goalState);
174173
double armFeedVolts = armFeed.calculate(getArmPos(), setpoint.velocity);
175174
if ((getArmPos() < LOWER_ANGLE_LIMIT_RAD && getCurrentArmGoal().velocity > 0)

0 commit comments

Comments
 (0)