mirror of
https://github.com/Team4388/2022NoWayHome.git
synced 2026-06-09 00:38:05 -06:00
change
This commit is contained in:
@@ -270,6 +270,13 @@ public class Robot extends TimedRobot {
|
||||
*/
|
||||
@Override
|
||||
public void teleopPeriodic() {
|
||||
boolean robotManual = m_robotContainer.manual;
|
||||
|
||||
if (robotManual) {
|
||||
m_robotContainer.configureManualButtonBindings();
|
||||
} else {
|
||||
m_robotContainer.configureAutomaticButtonBindings();
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user