Putting the Auto Chooser somewhere in networktables

This commit is contained in:
2026-03-05 17:07:19 -05:00
parent 77f2c54a90
commit 10fb8d4aa5

View File

@@ -89,6 +89,7 @@ public class RobotContainer {
if(AutoConstants.kAutoConfigOk) {
autoChooser = AutoBuilder.buildAutoChooser();
SmartDashboard.putData("Auto Chooser", autoChooser);
configureNamedCommands();
}
}