-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integration Nexus Vicon into 3D Slicer through PlusServer #1208
Comments
You can see the error in the Slicer Python console:
This means that Slicer ignores |
Yes indeed thank you very much, we realized our error a few hours after. We now have something appearing in "IN", however it is not yet detected as a transform, we must have forgotten a parameter in the TRANSFORM MESSAGE setting in python. |
See example for sending transforms here: https://github.com/lassoan/pyigtl/blob/master/examples/example_tracked_image_server.py |
thank for this reply. if i have the following the plusserver config :
I suspect the device_name should point the transform name ( ie TrackerToReference) and not an actual device am i wrong ? regards Fabien |
Plus always uses the "(FromCoordinateSystem)To(To CoordinateSystem)" as device name. Device name is used as node name in Slicer. |
Dear PlusToolkit team,
As you may already know, we are working on the integration of Nexus Vicon into 3D Slicer through PlusServer, to perform 3D freehand ultrasound with Vicon and Qualisys systems.
Here are the attached files :
Configfile_Server.zip
We already succeeded in :
We confirm that, when we launch PlusServer server, we do have a client connection to our NexusServer. We also confirm that 3D Slicer connects to the PlusServer server, by displaying "ON", however we have no transform appearing in "IN".
We suspect that the data sent into PlusServer from the NexusServer are not in the right format.
Could you help us with the format of transform needed by PlusServer ?
Best regards,
Aurélie
The text was updated successfully, but these errors were encountered: