SlimeVR / SlimeVR-OpenVR-Driver

SlimeVR driver for OpenVR
Apache License 2.0
204 stars 46 forks source link

Speed and acceleration prediction #11

Open Eirenliel opened 2 years ago

Eirenliel commented 2 years ago

We can use accelerometer to get better results of it, but actually it isn't even needed. SteamVR needs to know the speed of the trackers to predict movement for future frames, we can calculate it from the past movements, or from accelerometer. We can also try asking BNO085 to predict future in a few ms. Either way, this can be useful.