amymcgovern / pyparrot

Python interface for Parrot Drones
MIT License
274 stars 129 forks source link

Issue with video on Bebop 2 #200

Open tuckjohn opened 4 years ago

tuckjohn commented 4 years ago

I cannot seem to get the demo script working for the life of me. When I run demoBebopTricks.py, the bebop seems to do what it is supposed to do (at least, sitting on my bench with no props).

Running demoBebopIndoors.py also seems to work properly, but no video appears and the terminal is filled with

Could not find sensor in list - ignoring for now.  Packet info below. 
(134, 0, 4)

demoBebopVision.py and demoBebopVisionGUI.py are both unable to run, with their respective output error below

Traceback (most recent call last):
  File "/home/tuckersurf/PycharmProjects/ParrotDrone/Testing.py", line 7, in <module>
    from pyparrot.Model import Model
ModuleNotFoundError: No module named 'pyparrot.Model'
Traceback (most recent call last):
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "<frozen importlib._bootstrap>", line 953, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'pyparrot.Model'

Could you help me figure out why this is not working? Thanks in advance! Let me know if there is any debugging I can do on my side to get more information.