Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/cowtown2023' into cowtown2023
Browse files Browse the repository at this point in the history
  • Loading branch information
willitcode committed Nov 8, 2023
2 parents 6af00f3 + b637e1c commit 7271852
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/java/frc/robot/subsystems/arm/ArmIntake.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ public void set(Double setpoint) {
clawMotor.set(setpoint);
}

public boolean isAtSetpoint() {
return true;
}

/**
* Subsystem periodic; called once per scheduler run.
*
Expand Down

0 comments on commit 7271852

Please sign in to comment.