Hi,
I am writing an User Interface with Python Qt and SlicerDesigner and I am using OpenIGTLink for communication with external device.
I send the whole Fiducial List with :
connectorNode.RegisterOutgoingMRMLNode(FiducialList), but can I send only one fiducial of the list?
I don’t know how to access the position of the single fiducial and send it as VTK object.
I noticed this problem with Slicer 4.10.
In 4.8 I can send points with OpenigtlinkIF but all the points of the markupsList. For example if I have a fiducialList with three points: p0,p1,p2 how can I send only p2?