Skip to content

Commit

Permalink
disable autonomous
Browse files Browse the repository at this point in the history
  • Loading branch information
skoot1331 committed Jan 14, 2024
1 parent f458d7d commit 60028b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/cpp/Robot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ void Robot::AutonomousInit() noexcept

if (m_autonomousCommand)
{
m_autonomousCommand->Schedule();
//m_autonomousCommand->Schedule();----------------------------------------------------------UNCOMMENT TO REENABLE AUTONOMOUS
}

m_container.AutonomousInit();
Expand Down

0 comments on commit 60028b2

Please sign in to comment.