Skip to content

Commit

Permalink
Remove unused command
Browse files Browse the repository at this point in the history
  • Loading branch information
mpatankar6 committed Apr 11, 2024
1 parent 37870cd commit 0288130
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/main/java/frc/robot/arm/Arm.java
Original file line number Diff line number Diff line change
Expand Up @@ -199,13 +199,6 @@ else if (jointIndexSupplier.get() == Joint.kWrist)
.withName("Aim (Arm)");
}

public Command aimElbow(double elbowAngleRad) {
return storeInitialAngles()
.andThen(
this.run(() -> runSetpoint(elbowAngleRad, ArmSetpoints.kStowed.wristAngle, 0.0, 0.0)))
.withName("Aim Elbow");
}

public Command aimWrist(double wristAngleRad) {
return storeInitialAngles()
.andThen(
Expand Down

0 comments on commit 0288130

Please sign in to comment.