-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Arrow Keys don't trigger wheels #12
Comments
A quick follow up: After a clean restart I noticed that during the installation of the required python libraries the following error occurs:
it then goes on:
and I seem to be able to successfully finish the installation.... None the less why are these error thrown and could they have an impact on the keybaord input not turning the wheels? |
So if you see "???" anywhere in the status panel, that means there isn't an active websocket connection, which is how the servo commands are sent with the arrow keys. From your second comment it looks like there are some problems installing the required python libraries, which could explain the websocket issues. Can you try running cd ~/pi/raztot
source venv/bin/activate
pip install -r config/requirements.txt and send me what you get back from that? The fact that 'bdist_wheel' isn't found is weird, since wheel is the first package installed in requirements.txt. |
Thank you for getting back to me so fast. It turns out my issue was due to a failed CORS request. I started looking at the developer console output and saw a "CORS request did not succeed" error message. Then I started to notice that the problem was that up until now I opend raztot with http://192.168.178.111... As soon as I used the https protocol, the stats showed up a lo and behold the keyboard and touch input work and the wheels turn! Great job! :) Any how still not sure why I see the bdsit error message during install but this doesn't seem to be the source of the issue.
Thanks again for your kind contribution and fast support |
Thank you so much for this wonderful app! I actually bought my first pi just to install and play with raztot.
The installation went smoothly, the
./test_motors.sh 17 22
works as expected, the wheels turn, I can start the stream, capture images and video and play them back but nothing happens when I press the arrow keys on the keyboard. This is true for bothsource run.sh local
andremote
. I also checked out the feature/mobile-controls branch but also here nothing happens when i swipe on my iphone. Another thing I noticed is that no stats appear in the right hand corner it says:Camera Status: Offline
Recordings: N/A
Stream Status: Live
Temperature: ???
Stream Rate: 3099 kbits/sec
Storage: ??? / ??? GB remaining
Version: 1.0.0
I would really appreciate your support on how to debug this issue further to get it up and running.
Thanks in advance.
The text was updated successfully, but these errors were encountered: