HARPLab / DReyeVR

VR driving 🚙 + eye tracking 👀 simulator based on CARLA for driving interaction research
https://arxiv.org/abs/2201.01931
MIT License
149 stars 40 forks source link

VR and steering wheel issues (VR: Oculus Quest 2, wheel: Formular Force GP) #95

Closed ande269f closed 1 year ago

ande269f commented 1 year ago

Hi Gustavo we're having issues when running the DReyeVR program from any possible place (editor, package). Either the wheel works, or the VR works, but never together: VR works in "play" mode, and wheel works in "launch" mode

Software: Windows 10 64x carla 0.9.13 SteamVR 1.25.6 and the required softare from the guide is all set with the instructed version.

hardware; Gforce GTX 2080 Ti ryzen 5 5600x Oculus Quest 2 wheel: Formular Force GP

when running in the editor, with the "launch", and when opening the output log, it shows this:

image

and it shows this in the beginning of the errors:

image

but when opening it in "play", the VR works fine, but the wheel does not do anything, and no errors show up on the screen, as it usually does when looking for wheel input.

image

my wheel plugin is downloaded, and i have downloaded the driver and GHUB as well

image

and my SteamVR is active during the whole:

image

Do you have a good guess of what is going wrong? Thank you for your patience!

GustavoSilvera commented 1 year ago

So we always run our VR experiments through the "Play->VR Mode" dropdown in editor, and in package/standalone we run it as CarlaUE4.exe -vr (with the -vr flag). The logitech steering wheel not working during VR mode is interesting and I'm not immediately sure what is wrong.

Can you make sure you are on the latest version of DReyeVR (0.1.2 at time of writing)

Can you enable the logitech logging from the Config file to see some prints.

I'd also suggest you try to run in package mode with -vr and enable the package-mode-logging as we describe here for further debugging.

Also those BP_Spline errors are benign (just issues with Carla's 0.9.13 Town03 Map) so you can ignore those.

ande269f commented 1 year ago

Thank you, both wheel and vr works together now! it worked updating the DReyeVR. :) We used this guide: image

found on the Installation guide to DReyeVR: https://github.com/HARPLab/DReyeVR/blob/main/Docs/Install.md