This commit is contained in:
parent
f9d9e4fe34
commit
41e0e47322
@ -116,6 +116,6 @@ public class RobotContainer {
|
|||||||
private void configureBindings() {}
|
private void configureBindings() {}
|
||||||
|
|
||||||
public Command getAutonomousCommand(){
|
public Command getAutonomousCommand(){
|
||||||
return new SequentialCommandGroup(lancer.withTimeout(2));
|
return autoChooser.getSelected(); //new SequentialCommandGroup(lancer.withTimeout(2));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user