mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
Use absolute path for NT persistent storage.
Fixes artf4782. Change-Id: I34c142b3e17e2ba26cff429ceb771e30196f9bfd
This commit is contained in:
@@ -60,6 +60,7 @@ public abstract class RobotBase {
|
||||
// Resource.RestartProgram();
|
||||
|
||||
NetworkTable.setNetworkIdentity("Robot");
|
||||
NetworkTable.setPersistentFilename("/home/lvuser/networktables.ini");
|
||||
NetworkTable.setServerMode();// must be before b
|
||||
m_ds = DriverStation.getInstance();
|
||||
NetworkTable.getTable(""); // forces network tables to initialize
|
||||
|
||||
Reference in New Issue
Block a user