From 4859e3aebf18a67226edb11b3ff2815d60199dd3 Mon Sep 17 00:00:00 2001 From: Programmers Date: Sun, 14 Apr 2024 13:42:06 -0500 Subject: [PATCH] spotless --- src/main/java/frc/robot/constants/Constants.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/java/frc/robot/constants/Constants.java b/src/main/java/frc/robot/constants/Constants.java index ad5b4dd..49bb787 100644 --- a/src/main/java/frc/robot/constants/Constants.java +++ b/src/main/java/frc/robot/constants/Constants.java @@ -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 {