Skip to content

Commit

Permalink
Start the logger in robotProgram
Browse files Browse the repository at this point in the history
  • Loading branch information
ewpratten committed Jul 7, 2020
1 parent 3f75f71 commit 2b88f08
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ public RobotProgram(boolean runSchedulerInTestMode, boolean stopAutonomousInTele
chooser = new SendableChooser<>();
dashboard.add(chooser);

// Start logger
logger.start(0.02);

}

/**
Expand Down

0 comments on commit 2b88f08

Please sign in to comment.