You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I have added a new device to PlusToolkit. Currently I've only created the bare minimum in vtkPlusMyDevice.cxx/h. I followed the guide provided on https://plustoolkit.github.io/devicecode and used the vtkPlusNDITracker as an example. When I run fCal and connect the tool, I am able to collect data from the sensors and send it to the log. However, on the fCal UI, I can't see the tools status, see the following screenshot
Using the original vtkPlusNDITracker, it displays the tools correctly see the image below:
The aim is to perform a stylus calibration using fCal. Currently the button "Start" under the tab "Stlus Calibration" is disabled even though I can see that the pos and orientations values from the three sensors are correctly displayed in the fCacl log file.
Do I need to do any additional code changes to perform a stylus calibration other than the changes mentioned above to add a new device and a configuration file?
I would appreciate your feedback to fix the issue!
Thank you!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi!
I have added a new device to PlusToolkit. Currently I've only created the bare minimum in vtkPlusMyDevice.cxx/h. I followed the guide provided on https://plustoolkit.github.io/devicecode and used the vtkPlusNDITracker as an example. When I run fCal and connect the tool, I am able to collect data from the sensors and send it to the log. However, on the fCal UI, I can't see the tools status, see the following screenshot
Using the original vtkPlusNDITracker, it displays the tools correctly see the image below:
In my device file I use:
this->ToolTimeStampedUpdate("ReferenceToTracker", toolTransform, toolFlags, this->FrameNumber, toolTimestamp);
The aim is to perform a stylus calibration using fCal. Currently the button "Start" under the tab "Stlus Calibration" is disabled even though I can see that the pos and orientations values from the three sensors are correctly displayed in the fCacl log file.
Here is a snippet of my configuration file:
Do I need to do any additional code changes to perform a stylus calibration other than the changes mentioned above to add a new device and a configuration file?
I would appreciate your feedback to fix the issue!
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions