gear-vr-controller-linux icon indicating copy to clipboard operation
gear-vr-controller-linux copied to clipboard

Incomplete Readme, pip error, some buttons not working

Open jphein opened this issue 5 years ago • 4 comments

First off, Thank you!!!

The read me leaves out these instructions that are in the script. Prerequisite: pip3 install python-uinput pygatt gatt more-itertools cmath --user

I needed to add numpy to the line, and I got this error:

Collecting cmath
Could not install packages due to an EnvironmentError: 404 Client Error: Not Found for url: https://pypi.org/simple/cmath/

I assumed the mouse would move when i moved the remote, then realized you use the touchpad.

jphein avatar Apr 18 '20 08:04 jphein

Also, the zoom out - button does nothing. Is there really only one click on the touch portion? It notice you have mapped that to scroll mode from move cursor mode.

jphein avatar Apr 18 '20 08:04 jphein

lsb_release --all No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 19.10 Release: 19.10 Codename: eoan

jphein avatar Apr 18 '20 08:04 jphein

Can we use the information from the orientation readings for gesture controls? Maybe for scrolling?

jphein avatar Apr 18 '20 08:04 jphein

I had this problem as well until I found out that cmath is built-in although pip won't get to the install until it has downloaded everything. So just remove cmath (and maybe add numpy) from the pip command.

toot-toot avatar Jul 28 '20 02:07 toot-toot