python-ardrone
python-ardrone copied to clipboard
Python library for the AR.Drone
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...
I try to run the following commands - import libardrone drone = libardrone.ARDrone() environment - using jupyter notebook to run the demo code. Using python 2.7 version. Line on with...
When I launch the demo.py, the first person video does not appear in the pygame. How would I go about troubleshooting that?
Hello, is it possible to read magnetometer data from the drone with the library?
Hello, I am wondering if it is possible to get navdata concerning the magnetometer with libardrone.py ? I am using an Ardrone2 with firmware version 2.4.8.
Can you help me? When I run the demo.py, it's seems can't connect the network. > Exception in thread Thread-3: > Traceback (most recent call last): > File "D:\Anaconda2\lib\threading.py", line...
in line 321 of libardrone.py, you call to send commands to a hardcoded IP address (192.168.1.1) This works in most controller use cases, but consider changing it to an attribute...
Hi, I am trying to access the video stream from the ardrone using the libardrone. I am not sure which object I need to use so that I can pass...