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
environment - using jupyter notebook to run the demo code. Using python 2.7 version.
Line on with error is reported is -
File "ardrone\arnetwork.py", line 99, in run
inputready, outputready, exceptready = select.select([self.drone.video_pipe, self.drone.nav_pipe], [], [], 1)
error: (10038, 'An operation was attempted on something that is not a socket')
The text was updated successfully, but these errors were encountered:
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 error is reported is -
File "ardrone\arnetwork.py", line 99, in run
inputready, outputready, exceptready = select.select([self.drone.video_pipe, self.drone.nav_pipe], [], [], 1)
error: (10038, 'An operation was attempted on something that is not a socket')
The text was updated successfully, but these errors were encountered: