You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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)
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?
The text was updated successfully, but these errors were encountered: