forked from bdunderscore/OpenVR-SpaceCalibrator
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add relative pose lock, use slow preset again
- Loading branch information
1 parent
3b8ea60
commit d015985
Showing
9 changed files
with
38 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#pragma once | ||
|
||
#define SPACECAL_VERSION_STRING "1.4-bd_-af-r6" | ||
#pragma once | ||
|
||
#define SPACECAL_VERSION_STRING "1.4-bd_-af-r7" |
Binary file not shown.
Binary file not shown.
d015985
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This sounds awesome!!
TLDR; observations, use cases, hopes
I use a slightly modified Pico Neo 3 (not Pico Neo 3 Link) with Virtual Desktop, Index controllers, and 10 Vive 3.0 trackers. I need to upgrade to a better headset, but it gets the job done for now. One tracker is mounted on the front of the headset and used with TrackerOverride in SteamVR. I'm using the SteamVR chaperone, as the Pico guardian isn't triggered by Index controllers.
I primarily need this software because the image view in the Pico is always spun and flipped to some strange and disorienting angle & rotation when first starting a VR session. It's usually different so I can't set manual tracker offsets. SpaceCalibrator in continuous mode corrects this within seconds.
For me, the ideal sequence of events is as follows:
Thanks so much for your work, and for reading the novel above! I couldn't enjoy VR nearly as much without it. I'd love to test and provide feedback at any point if that would aid development.