This commit is contained in:
Olivier Dubois 2024-02-01 19:44:48 -05:00
commit f66135a8c3

View File

@ -72,7 +72,7 @@ public class RobotContainer {
} }
public Command getAutonomousCommand() { public Command getAutonomousCommand(){
return autoChooser.getSelected(); return autoChooser.getSelected();
} }
} }