HipsterSloth / PSVRTracker

A sample app demonstrating position and orientation tracking for the PSVR headset
MIT License
37 stars 12 forks source link

Missing eigen repo #2

Closed jimnarey closed 6 years ago

jimnarey commented 6 years ago

I tried to clone the PSVRTracker repo, including submodules, but it failed at the 'eigen' repo. If you attempt to access it through the Github website it results in a 404.

HipsterSloth commented 6 years ago

oh sorry about that. I noticed that that previous repo I was using went away. I'll fix that submodule dependency up tonight.

HipsterSloth commented 6 years ago

Fixed in 9d8b840671bc2c5a0dd7402ddde2cd0ea91af7de.

Just to set expectations once you get this built, I should mention that this project is still very much in development. While I have implemented support for multiple camera types I still haven't gotten multi-camera tracking working yet. That is next up after I get psmove controller tracking ported over. Also I still need to improve the camera profiles. The current set of camera intrinsics I have so far are not great.