Skip to content

Commit 936b2d5

Browse files
committed
Made advantagekit log to the roborio
1 parent 619f952 commit 936b2d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/frc/robot/Robot.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ public Robot() {
5959
// Set up data receivers & replay source
6060
switch (Constants.currentMode) {
6161
case REAL:
62-
// Running on a real robot, log to a USB stick ("/U/logs")
63-
Logger.addDataReceiver(new WPILOGWriter());
62+
// Logging to the roborio, rather than a USB stick.
63+
Logger.addDataReceiver(new WPILOGWriter("/home/lvuser/logs"));
6464
Logger.addDataReceiver(new NT4Publisher());
6565
break;
6666

0 commit comments

Comments
 (0)