|
Re: NetworkTables not refreshing
Well it looks like I'm just talking to myself here, but if anyone else stumbles upon this, the issue is, GRIP can push the values to localhost, but network tables only reads the roboRIO-2847-FRC.local, so the fix is pointing GRIP at the roboRIO not localhost. Also make sure to put NetworkTable.setServerMode() in the robotInit().
|