bug fix nickname in nt

This commit is contained in:
ori agranat
2019-11-30 23:31:09 +02:00
parent e8083794bd
commit 92974c0cf1

View File

@@ -61,7 +61,7 @@ public class VisionProcess {
this.visionRunnable = new VisionProcessRunnable();
// network table
defaultTable = NetworkTableInstance.getDefault().getTable("/chameleon-vision/" + cameraCapture.getProperties().name);
defaultTable = NetworkTableInstance.getDefault().getTable("/chameleon-vision/" + cameraCapture.getProperties().getNickname());
}
public void start() {