-
Notifications
You must be signed in to change notification settings - Fork 110
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
Ability to grab and offset space to do fine adjust. #35
Comments
Just another comment on this as well as some more background. I'm using Oculus Quest with Vive trackers so it suffers from bad drift as the space re-aligns. I feel this solution could possibly make it much quicker to calibrate rather than having to wait the 10-15 seconds for it to capture the samples during calibration. I think on the edit calibration screen this could fit quite nicely, that while on that screen you could use the grips to grab the openvr tracking space and offset it ( kinda like you were putting on a pair of trousers ). Looking at the code its actually a lot more straightforward than some of the c++ im used to seeing so i might attempt a PR here. Please let me know what is the best way to run the dev stack and if you would be open to such a PR. Here is my changes incase you are interested, this is untested at time of writing - #37 |
We've discussed this feature on Discord before, I think it would be a good inclusion. You should be able to open the Since you don't need to make changes to the driver, for running your own build you can open SteamVR, close OpenVR Space Calibrator that's automatically launched, and then launch in Visual Studio. |
Awesome! Ive got a start in #37 I hope to finish it off by tomorrow |
Hey! So an update on this. I now have the ability to grab and offset the target tracking space using the reference controller with the grip pressed ( with some caveats ) - this is already pretty useful though and I am already using it with my setup. What I can't seem to figure out is the correct rotation calculation for it to make sense to grab/rotate the space. If you had any insight on this, it would be much appreciated, I have left my attempts commented out in case its useful, but I suspect pretty far from grasping the math involved. I would love to have a chat about this in terms of the afore mentioned caveats and the overall implementation of what I'm trying to do. |
name: Ability to grab and offset space to do fine adjust.
about: I suggest this a potential solution to #15 without the need to use an extra tracker. I'm a decent coder and I would love to do a PR but i cant write cpp. I would love to know your thoughts.
So the idea would be a 2 handed grab that would let you rotate and translate the space to fine adjust the calibration.
title: 'Ability to grab and offset space to do fine adjust. '
labels: enhancement
assignees: ''
The text was updated successfully, but these errors were encountered: