Fix NetworkTables team connection bug (#375)

This commit is contained in:
Matt
2021-12-31 20:55:32 -08:00
committed by GitHub
parent 6a1201432c
commit 641101f574

View File

@@ -185,8 +185,7 @@ public class NetworkTablesManager {
logger.info("Starting NT Client");
ntInstance.stopServer();
// ntInstance.startClientTeam(teamNumber);
ntInstance.startClient("localhost");
ntInstance.startClientTeam(teamNumber);
ntInstance.startDSClient();
if (ntInstance.isConnected()) {
logger.info("[NetworkTablesManager] Connected to the robot!");