hehe
This commit is contained in:
parent
ab241f2f65
commit
8bd9ce36a2
@ -78,9 +78,16 @@ public class RobotContainer {
|
|||||||
|
|
||||||
|
|
||||||
public Command getAutonomousCommand() {
|
public Command getAutonomousCommand() {
|
||||||
return new ParallelCommandGroup(
|
return
|
||||||
autoChooser.getSelected(),
|
new
|
||||||
new RainBow(bougie)
|
ParallelCommandGroup(
|
||||||
|
autoChooser
|
||||||
|
.getSelected(),
|
||||||
|
new
|
||||||
|
RainBow
|
||||||
|
(
|
||||||
|
bougie
|
||||||
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user