From 0d591c1f963b59fe4e406477483c7967c32bea0b Mon Sep 17 00:00:00 2001 From: Ethan Mortensen Date: Sat, 7 Feb 2026 10:16:24 -0800 Subject: [PATCH] finishing fixes I think I moved everything to this branch now --- src/main/java/frc/robot/constants/Climb/ClimbConstants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/frc/robot/constants/Climb/ClimbConstants.java b/src/main/java/frc/robot/constants/Climb/ClimbConstants.java index e14217e..4b1cdaa 100644 --- a/src/main/java/frc/robot/constants/Climb/ClimbConstants.java +++ b/src/main/java/frc/robot/constants/Climb/ClimbConstants.java @@ -9,5 +9,5 @@ public class ClimbConstants { public final static double MIN_HEIGHT = 0; public final static double MAX_HEIGHT = 1; public final static double RADIUS = 1; - public final static double CLIMB_HEIGHT = 1; + public final static double CLIMB_HEIGHT = 0.5; } -- 2.39.5