]> git.taranathan.com Git - FRC2026.git/commitdiff
Update RobotContainer.java
authormaxwtan <100314265+MaxwellTTan20@users.noreply.github.com>
Wed, 25 Feb 2026 01:03:23 +0000 (17:03 -0800)
committermaxwtan <100314265+MaxwellTTan20@users.noreply.github.com>
Wed, 25 Feb 2026 01:03:23 +0000 (17:03 -0800)
src/main/java/frc/robot/RobotContainer.java

index 623f22df3ff18ed56cd4858a29a31e366cdde2d6..4595abc0e6466a38fba5709f4585c780eda12cc5 100644 (file)
@@ -202,7 +202,7 @@ public class RobotContainer {
     }
 
     if (linearClimb != null && drive != null){
-      NamedCommands.registerCommand("Climb", new ClimbDriveCommand(linearClimb, drive, ps5));
+      NamedCommands.registerCommand("Climb", new ClimbDriveCommand(linearClimb, drive));
     }
 
   }