]> git.taranathan.com Git - FRC2026.git/commitdiff
darn climb :(((((((
authormaxwtan <100314265+MaxwellTTan20@users.noreply.github.com>
Sun, 15 Mar 2026 23:30:58 +0000 (16:30 -0700)
committermaxwtan <100314265+MaxwellTTan20@users.noreply.github.com>
Sun, 15 Mar 2026 23:30:58 +0000 (16:30 -0700)
src/main/java/frc/robot/subsystems/Climb/LinearClimb.java

index 9b47ecfe79decc8c97c7e204878fbe7614aee69d..9ca7708799a4fc6f7e526bf360757fffea639177 100644 (file)
@@ -148,7 +148,7 @@ public class LinearClimb extends SubsystemBase implements LinearClimbIO {
             }
         }
 
-        motor.set(power); // during calibration we have 20ms of high power before we stop calibration
+        // motor.set(power); // during calibration we have 20ms of high power before we stop calibration
         SmartDashboard.putNumber("Climb Power from PID", power);
         SmartDashboard.putNumber("Climb PID_Setpoint_Rotations", pid.getSetpoint());
         SmartDashboard.putNumber("Climb Motor_Actual_Rotations", motor.getPosition().getValueAsDouble());