-
Notifications
You must be signed in to change notification settings - Fork 59
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
3D pinch interaction and grab object interactions do not work #102
Comments
This is due to the |
The problem is that getting the controller physical pose matrices return identity matrix (here). Otherwise I think it should work so we only need to find how to get those poses. @LucasGandel do you have any off-hand idea by any chance? Maybe after the API change it is retrieved another way? Thanks! |
VTK / MR-9892 /Re-introduce support for custom logic handling VR complex gestureRelated to
Origin of the "regression"
Indeed, see: How to get the VR poses ?
In the context of
Since this approach is specific to |
Thanks @jcfr ! I updated the hash in an attempt to use the new SlicerVTK branch, and got these error messages when building
(and a lot of the same) For now I'll just try to fix the relevant part in |
@cpinter The verdict related issue can be fixed by removing the ThirdParty/verdict folder in your build directory and rebuilding. Besides that, I confirm we must work on an approach that is common to both OpenXR and OpenVR and which does not expose specific OpenVR/OpenXR types in the public API. |
|
I just downloaded and tried the latest nightly Note that I had to first work around the json manifest issue (see #115 (comment)) After that, this is how I could use the interactions. I use an HP Reverb 2 headset. 2023-06-13.16-57-38.mp4 |
Fore reference this was fixed by 49f1896 Thanks @cpinter for working on the fix. @LucasGandel The current approach makes use of the Footnotes |
Since the interactions themselves are fixed I think we can close this. |
None of the interactions worked, including flying, grab&move objects, and 3D pinch. The latter two at least worked a few months ago. Maybe some of the latest commits in VTK or here broke them?
I updated OpenVR to the latest version and tried the same Slicer 5.3.0 + SlicerVR on another computer with HTC Vive Pro but there was no change.
The text was updated successfully, but these errors were encountered: