This commit is contained in:
Antoine PerreaultE
2024-01-25 20:05:20 -05:00
parent b4ef632169
commit 7d716d8574
2 changed files with 14 additions and 3 deletions

View File

@@ -45,7 +45,11 @@ public class RobotContainer {
},drive));
}
private void configureBindings() {}
private void configureBindings() {
}
public Command getAutonomousCommand() {
return Commands.print("No autonomous command configured");