Update NetworkTablesManager.java (#250)

Allows NT connection on Romi
This commit is contained in:
Banks T
2021-01-29 15:20:16 -05:00
committed by GitHub
parent b0504cbef5
commit 449977e63b

View File

@@ -79,6 +79,7 @@ public class NetworkTablesManager {
ntInstance.stopServer();
ntInstance.startClientTeam(teamNumber);
ntInstance.startDSClient();
if (ntInstance.isConnected()) {
logger.info("[NetworkTablesManager] Connected to the robot!");
} else {