@@ -84,7 +84,7 @@ public static Command intakeCommand(
8484 omegaSupplier ,
8585 intakeAssistSupplier ,
8686 turnToSourceSupplier ),
87- new PivotIntakeTele (pivot , intake , shooter , led , false ));
87+ new PivotIntakeTele (pivot , intake , shooter , led , false , true ));
8888 }
8989 return new InstantCommand (() -> led .setState (LED_STATE .FLASHING_RED ))
9090 .andThen (
@@ -96,7 +96,7 @@ public static Command intakeCommand(
9696 omegaSupplier ,
9797 intakeAssistSupplier ,
9898 turnToSourceSupplier ),
99- new PivotIntakeTele (pivot , intake , shooter , led , false )));
99+ new PivotIntakeTele (pivot , intake , shooter , led , false , true )));
100100 } else {
101101 if (intake .getLEDBool ()) {
102102 return new ParallelCommandGroup (
@@ -107,7 +107,7 @@ public static Command intakeCommand(
107107 omegaSupplier ,
108108 intakeAssistSupplier ,
109109 turnToSourceSupplier ),
110- new PivotIntakeTele (pivot , intake , shooter , led , false ));
110+ new PivotIntakeTele (pivot , intake , shooter , led , false , false ));
111111 }
112112 return new InstantCommand (() -> led .setState (LED_STATE .RED ))
113113 .andThen (
@@ -119,7 +119,7 @@ public static Command intakeCommand(
119119 omegaSupplier ,
120120 intakeAssistSupplier ,
121121 turnToSourceSupplier ),
122- new PivotIntakeTele (pivot , intake , shooter , led , false )));
122+ new PivotIntakeTele (pivot , intake , shooter , led , false , false )));
123123 }
124124 }
125125 }
0 commit comments