LucidVR / lucidgloves

Arduino/ESP32 based DIY VR Haptic gloves. Compatible with SteamVR via OpenGloves.
MIT License
2.02k stars 259 forks source link

Using only haptic feedback #113

Open cllkvv opened 10 months ago

cllkvv commented 10 months ago

Hey guys, I am working on a school project which requires me to use leapmotion for my hand tracking. Anyone knows how to just use the haptic feedback aspect of the gloves and not need the handtracking? Thank you.

LittleNyanCat commented 10 months ago

You could just not add the potentiometers and leave those pins floating on the ESP32, then ignore the garbled finger data the gloves will put out in your app. If plan to make your app work with SteamVR that may be a problem since Opengloves spawns it's own controllers and you don't have a direct way of overriding the finger values it gets from the gloves, you'll have to work around that somehow. (I'm assuming you'll use the LeapMotion via SteamVR instead of having your app interface directly with it)

I think you may have a bigger issue though - I'm not sure LeapMotion will be able to track your hands/gloves when they have a bunch of stuff strapped to them, which occludes the hand itself... Remember that the LeapMotion is purely optical.