Hi all,大家好
I am working with an NDI tracker in 3D Slicer and I have two transforms provided dynamically by the tracker:
-
StylusToTracker
-
ReferenceToTracker
What I would like to obtain in real time is the transform:
- StylusToReference
I have read through the SlicerIGT Tutorial U04 materials, and I understand the general idea of transform concatenation. However, I am still not clear how to properly set this up in Slicer so that StylusToReference is updated dynamically during tracking.
Questions:
-
Should I use the “Add derived transform” function in PLUS or set up a Transform node hierarchy directly in Slicer?
-
If using Slicer, should I simply parent Stylus under Reference and then harden transforms, or is there a way to keep StylusToReference continuously updated without hardening?
-
Is there an example in the SlicerIGT extension that specifically shows how to compute a live StylusToReference from tracker transforms?
Any clarification or example pipeline would be greatly appreciated!
Thanks a lot!