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