-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set up auto opted out controller discovery (vive wands) (#75)
* Set up opted out controller discovery * Printout if no controllers found * Discovery now works with invalid role controllers * Fix loop stucture * New DiscoverController using priority_queue * Fix right hand pop, now working with vive controllers * Force generic controllers/trackers to the corect hand * Clean up structure a bit * Cleaned up discoverController further
- Loading branch information
1 parent
3f29722
commit 38c554e
Showing
2 changed files
with
75 additions
and
23 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,4 +20,6 @@ class ControllerPose { | |
|
||
std::string m_thisDeviceManufacturer; | ||
|
||
bool ControllerPose::IsOtherRole(int32_t test); | ||
|
||
}; |
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