python-ardrone
python-ardrone copied to clipboard
Why doesn't AR Drone work using Python with libardrone library?
I ve recentrly bought Parrot AR Drone Elite Edition 2.0. I tried to controllit with python using this library https://github.com/venthur/python-ardrone. On Windows I got error 10038 saying "An operation was attempted on something that is not a socket". On Kali Linux application seemed to be running but drone didnt do anything. It looks like it's an issue with select.select() command. Do you have any solutions?