Skip to content

Commit

Permalink
comment out all but swerve
Browse files Browse the repository at this point in the history
  • Loading branch information
CrolineCrois committed Nov 1, 2024
1 parent 4da4032 commit 972fdad
Show file tree
Hide file tree
Showing 4 changed files with 427 additions and 434 deletions.
6 changes: 0 additions & 6 deletions src/main/java/frc/robot/Robot.java
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,6 @@ public void disabledPeriodic() {
*/
@Override
public void autonomousInit() {
autonomousCommand = robotContainer.getAutonomousCommand();

// schedule the autonomous command (example)
if (autonomousCommand != null) {
autonomousCommand.schedule();
}
}

/** This function is called periodically during autonomous. */
Expand Down
Loading

0 comments on commit 972fdad

Please sign in to comment.