mirror of
https://github.com/Team4388/2023WayOfTheRobot.git
synced 2026-06-09 00:37:59 -06:00
git commit if don't worky
This commit is contained in:
@@ -114,6 +114,8 @@ public class Robot extends TimedRobot {
|
||||
}
|
||||
m_robotContainer.m_robotSwerveDrive.resetGyro();
|
||||
m_robotTime.startMatchTime();
|
||||
|
||||
m_robotContainer.m_robotMap.restart_motor_tests();
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -126,5 +128,7 @@ public class Robot extends TimedRobot {
|
||||
* This function is called periodically during test mode.
|
||||
*/
|
||||
@Override
|
||||
public void testPeriodic() {}
|
||||
public void testPeriodic() {
|
||||
m_robotContainer.m_robotMap.run_periodic_tests();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user