Class NTTopicSet
java.lang.Object
org.photonvision.common.networktables.NTTopicSet
This class is a wrapper around all per-pipeline NT topics that PhotonVision should be publishing
It's split here so the sim and real-camera implementations can share a common implementation of
the naming and registration of the NT content.
However, we do expect that the actual logic which fills out values in the entries will be different for sim vs. real camera
-
Field Summary
Modifier and TypeFieldDescription -
Constructor Summary
-
Method Summary
-
Field Details
-
subTable
-
resultPublisher
-
protoResultPublisher
-
pipelineIndexPublisher
-
pipelineIndexRequestSub
-
driverModeEntry
-
driverModePublisher
-
driverModeSubscriber
-
latencyMillisEntry
-
hasTargetEntry
-
targetPitchEntry
-
targetYawEntry
-
targetAreaEntry
-
targetPoseEntry
-
targetSkewEntry
-
bestTargetPosX
-
bestTargetPosY
-
heartbeatTopic
-
heartbeatPublisher
-
cameraIntrinsicsPublisher
-
cameraDistortionPublisher
-
-
Constructor Details
-
NTTopicSet
public NTTopicSet()
-
-
Method Details
-
updateEntries
public void updateEntries() -
removeEntries
public void removeEntries()
-