Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
frc1987 committed Apr 14, 2024
1 parent 2f3fbb2 commit 4859e3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/frc/robot/constants/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ public static class Trap {
public static final double TRAP_ELEVATOR_HEIGHT_MIDWAY = 24.0;
public static final double TRAP_WRIST_DEGREES = 119.0;
public static final double TRAP_WRIST_DEGREES_MIDWAY = 85.0;
public static final double TRAP_RPM_SPEED = 375; //suggesting but not doing 350 at GKC // 425, 475 worked but touched the top
public static final double TRAP_RPM_SPEED =
375; // suggesting but not doing 350 at GKC // 425, 475 worked but touched the top
}

public static class Wrist {
Expand Down

0 comments on commit 4859e3a

Please sign in to comment.