carl-anders / slimevr-wrangler

Use Joycons as SlimeVR trackers with this middleware application
Apache License 2.0
111 stars 15 forks source link

Allow for editing the gyro scale factor (editable in config file only) #10

Closed kitlith closed 2 years ago

kitlith commented 2 years ago

Currently this does not have a UI, and it would probably be better if there was at least an option to adjust the factor for each axis individually, given a more advanced calibration setup.

A value of 360/348 (approx. 1.0344) gets my joycons to roughly a usable state. This may vary for other people. The value comes from the fact that when i performed a 360 degree rotation, it would only rotate 348 degrees.

carl-anders commented 2 years ago

Merged. Will add GUI and possibly refactor it a bit. Thank you for contributing.