mirror of
https://github.com/Team4388/2024AcrossTheRidgebotiverse.git
synced 2026-06-09 00:38:02 -06:00
commit Neo AutoRecording code, needs polish.
This commit is contained in:
@@ -84,7 +84,7 @@ public class Robot extends TimedRobot {
|
||||
*/
|
||||
@Override
|
||||
public void autonomousInit() {
|
||||
// m_autonomousCommand = m_robotContainer.getAutonomousCommand();
|
||||
m_autonomousCommand = m_robotContainer.getAutonomousCommand();
|
||||
|
||||
// /*
|
||||
// * String autoSelected = SmartDashboard.getString("Auto Selector",
|
||||
@@ -93,11 +93,11 @@ public class Robot extends TimedRobot {
|
||||
// * autonomousCommand = new ExampleCommand(); break; }
|
||||
// */
|
||||
|
||||
// // schedule the autonomous command (example)
|
||||
// if (m_autonomousCommand != null) {
|
||||
// m_autonomousCommand.schedule();
|
||||
// }
|
||||
// m_robotTime.startMatchTime();
|
||||
// schedule the autonomous command (example)
|
||||
if (m_autonomousCommand != null) {
|
||||
m_autonomousCommand.schedule();
|
||||
}
|
||||
m_robotTime.startMatchTime();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user