]> git.taranathan.com Git - FRC2026.git/commitdiff
Update LinearClimb.java
authormaxwtan <100314265+MaxwellTTan20@users.noreply.github.com>
Wed, 18 Feb 2026 20:43:44 +0000 (12:43 -0800)
committermaxwtan <100314265+MaxwellTTan20@users.noreply.github.com>
Wed, 18 Feb 2026 20:43:44 +0000 (12:43 -0800)
src/main/java/frc/robot/subsystems/Climb/LinearClimb.java

index 000b3d28ea9b537388b64424be1f6d823bde6b2c..6bc114a92e72209d2d330e15f738eeab0f7e4849 100644 (file)
@@ -45,9 +45,6 @@ public class LinearClimb extends SubsystemBase implements LinearClimbIO{
         SmartDashboard.putData("Go Up", new InstantCommand(() -> goUp()));
         SmartDashboard.putData("Go Down", new InstantCommand(() -> goDown()));
         SmartDashboard.putData("Climb", new InstantCommand(() -> climb()));
-        SmartDashboard.putData("Hardstop Calibrate", new InstantCommand(() -> hardstopCalibration()));
-        SmartDashboard.putData("Stop Calibrating", new InstantCommand(() -> stopCalibrating()));
-        SmartDashboard.putNumber("Position", getPosition());
 
         motor.setPosition(0);