]> git.taranathan.com Git - FRC2026.git/commitdiff
no more climb :(
authoriefomit <timofei.stem@gmail.com>
Fri, 3 Apr 2026 06:32:12 +0000 (23:32 -0700)
committeriefomit <timofei.stem@gmail.com>
Fri, 3 Apr 2026 06:32:12 +0000 (23:32 -0700)
src/main/java/frc/robot/RobotContainer.java

index c128772e1d2c8e694fd04361b2520208aba82414..f2849bea83eb41d553789e6c354e22ad66ebf91d 100644 (file)
@@ -123,7 +123,6 @@ public class RobotContainer {
       case PrimeJr: // AKA Valence
         spindexer = new Spindexer();
         intake = new Intake();
-        linearClimb = new LinearClimb();
         led = new LED();
         led.setDefaultCommand(new LEDDefaultCommand(led));