Rigaro / VRProEP

Platform for evaluating and customizing prosthetic devices using virtual reality.
GNU General Public License v3.0
5 stars 4 forks source link

Tracking devices un-identifiable #33

Open Rigaro opened 5 years ago

Rigaro commented 5 years ago

With the integration of LIV and other applications it is becoming increasingly difficult to distinguish between tracking devices. We need to be able to assign specific devices to tracking input, so that they are assigned to the relevant virtual object. Potentially using SteamVR_Behaviour_Pose, but as of 19/06/2019 this is not working. This will require the migration of the VIVE Tracking devices, Motion Trackers, etc. to a new system.

Rigaro commented 5 years ago

Managed to get Behaviour_Pose working with Hand. Can use current system by turning trackers on first and controller last. That way the tracking devices are set first, followed by the controller (which doesn't matter as it recognises the binding now) and the LIV virtual camera last. Then LIV doesn't interfere with tracking devices.