This commit is contained in:
@ -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));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user