-
Notifications
You must be signed in to change notification settings - Fork 38
interactive_control.py not responding #13
Comments
Oh, the interactive control is a graphical application, so you'll need to either run it from the graphical side of the Raspberry Pi, or locally on another computer. It won't run over SSH. I should make this clear in the documentation. Sorry for the confusion. If you're running Windows on your main computer, you can install Python and then install the PyGame package, and you should be able to run this. I would recommend getting the latest version of Python 3 (looks like that is 3.4.3) and then the version of PyGame that matches. You probably have a 64-bit computer, so get the 64-bit versions. Let me know if that works. |
Hmm, I think I know what is going on with the first problem. I don't have access to a Windows computer to test at the moment, but I can try to test it out tomorrow. I just pushed a potential untested fix, so you can try to pull the latest version and see if you can get the GUI running. I'm not sure about the second part though... I think it might be related to the web UI which is kind of buggy. If that works though, let me know, and I'll try to figure out what's going on with the web UI. I still have an issue open to fix it. If not, I'll have to look more tomorrow. Thanks for the report! |
Okay, I was able to reproduce the problem on my Windows Vista machine. It looks like it works with Python 2 and I pushed a fix for Python 3. Do you want to try pulling and testing it again? |
Thanks, it works now! |
Great! Glad to hear it; thanks for the detailed report. |
Whenever I try to control the car with my arrow keys, the python script doesn't seem to respond. After "Sending commands to 192.168.1.174" it just stops working. Thanks in advance.

The text was updated successfully, but these errors were encountered: