Skip to content

Commit

Permalink
Angle change
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinskycastle committed Mar 15, 2024
1 parent 67bab47 commit cd199b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/constants/ARM.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public final class ARM {
public enum ARM_SETPOINT {
STOWED(Units.degreesToRotations(-40.0)),
STAGED(Units.degreesToRotations(75.0)),
FORWARD(Units.degreesToRotations(140.0)),
FORWARD(Units.degreesToRotations(135.0)),
TRAP(Units.degreesToRotations(130.0));

private final double angle;
Expand Down

0 comments on commit cd199b6

Please sign in to comment.