Skip to content

Commit

Permalink
Change untrapping angle
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Mar 10, 2024
1 parent 68c3fd6 commit 11b3a72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public enum Goal {
PODIUM(new LoggedTunableNumber("Arm/PodiumDegrees", 30.0)),
PREPARE_CLIMB(new LoggedTunableNumber("Arm/PrepareClimbDegrees", 105.0)),
CLIMB(new LoggedTunableNumber("Arm/ClimbDegrees", 90.0)),
UNTRAP(new LoggedTunableNumber("Arm/UnTrapDegrees", 80.0)),
UNTRAP(new LoggedTunableNumber("Arm/UnTrapDegrees", 70.0)),
CUSTOM(new LoggedTunableNumber("Arm/CustomSetpoint", 20.0));

private final DoubleSupplier armSetpointSupplier;
Expand Down

0 comments on commit 11b3a72

Please sign in to comment.