mode auto

This commit is contained in:
samuel desharnais
2024-02-01 19:30:02 -05:00
parent 76c55bf984
commit 55537b2e83
2 changed files with 4 additions and 2 deletions

View File

@@ -73,6 +73,6 @@ public class RobotContainer {
}
public Command getAutonomousCommand() {
return null;
return autoChooser.getSelected();
}
}