hamuchiwa / AutoRCCar

OpenCV Python Neural Network Autonomous RC Car

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Anybody implemented in Windows without Remote control?

kartikJ-9 opened this issue · comments

Shall I run all my scripts in a virtual machine?

I get a pygame black screen prompt but when I type a character from keyboard, Arduino does receive it, but motor does not rotate accordingly. What might be the reason for this?

Also when I run rc_control.py, a black pygame screen appears. But, the Arduino prompt says that the COM7 is busy, and that is because python script is utilising COM7.

@kartikJ-9 If you can, run this project on Linux or Mac, Windows is not tested, but there are people managed to work with this project on Windows.
The small black pygame window is normal, it's for capturing keypress. Not sure if there is a better way for capturing keypress without opening a pygame window.
If Arduino does receive keyboard commands, maybe check the connection between Arduino and the controller? (#164)