File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
photon-core/src/main/java/org/photonvision/common Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ public class NetworkTablesManager {
55
55
56
56
private final NetworkTableInstance ntInstance = NetworkTableInstance .getDefault ();
57
57
private final String kRootTableName = "/photonvision" ;
58
+ // The coprocessors table should only be used for operations/data related to MAC address
58
59
public final String kCoprocTableName = "coprocessors" ;
59
60
private final String kFieldLayoutName = "apriltag_field_layout" ;
60
61
public final NetworkTable kRootTable = ntInstance .getTable (kRootTableName );
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ public class MetricsManager {
45
45
46
46
ProtobufPublisher <DeviceMetrics > metricPublisher =
47
47
NetworkTablesManager .getInstance ()
48
- .kCoprocTable
48
+ .kRootTable
49
49
.getSubTable ("/metrics" )
50
50
.getProtobufTopic (CameraServerJNI .getHostname (), DeviceMetrics .proto )
51
51
.publish ();
You can’t perform that action at this time.
0 commit comments