Added PelvicInflamatoryDisease

This commit is contained in:
Ryan Manley
2023-01-14 10:37:09 -07:00
parent fd7d7596d6
commit 9e59ef3e59
4 changed files with 162 additions and 38 deletions
+1 -2
View File
@@ -72,8 +72,7 @@ public class Robot extends TimedRobot {
// autonomous chooser on the dashboard.
m_robotContainer = new RobotContainer();
bot.setDefaultCommand(new AutoBalanceTF2(bot.frontLeft,
bot.frontRight, bot.backLeft, bot.backRight, bot.gyro, bot));
bot.setDefaultCommand(new AutoBalanceTF2(bot));
}
/**