Skip to content

Commit

Permalink
Comment out broken method
Browse files Browse the repository at this point in the history
  • Loading branch information
willitcode committed Jan 16, 2024
1 parent ecf96ac commit 562c42e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/frc/robot/subsystems/arm/ArmExtender.java
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ public boolean isExtenderAtSetpoint() {
return extenderAtSetpoint;
}

private double extenderCompensatedFeedForward(ArmExtender armExtender) {
/*private double extenderCompensatedFeedForward(ArmExtender armExtender) {
if (armExtender.getLength() >= )
}
}*/

/**
* Directs arm towards setpoint. Since this is the periodic method, this is called every time the
Expand Down

0 comments on commit 562c42e

Please sign in to comment.