]> git.taranathan.com Git - FRC2026.git/commitdiff
build
authorWesley28w <wesleycwong@gmail.com>
Tue, 21 Apr 2026 14:32:18 +0000 (07:32 -0700)
committerWesley28w <wesleycwong@gmail.com>
Tue, 21 Apr 2026 14:32:18 +0000 (07:32 -0700)
src/main/java/frc/robot/RobotContainer.java

index dfb7fd540bae2e9c67b45ebfeb766e30b9e7371e..e1c335bb7221a3588e891204d23b3492a120c384 100644 (file)
@@ -294,7 +294,7 @@ public class RobotContainer {
     addAuto(rightDoNothing);
     addAuto(centerDoNothing);
 
-    DynamicAutoBuilder dynamicAutoBuilder = new DynamicAutoBuilder(spindexer, turret, hood, intake, breaker);
+    DynamicAutoBuilder dynamicAutoBuilder = new DynamicAutoBuilder(spindexer, turret, hood, intake);
     
     // names
     String leftDynamicLiberalDoubleSwipe = "LeftDynamicDoubleLiberalSwipe";