Skip to content

Commit

Permalink
Merge pull request #168 from IEEERoboticsWSU/master
Browse files Browse the repository at this point in the history
Fix connection issues for EDU
  • Loading branch information
M4GNV5 committed Jan 2, 2023
2 parents 54736e6 + 7819284 commit 8722a16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions djitellopy/tello.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ def __init__(self,
if not threads_initialized:
# Run Tello command responses UDP receiver on background
client_socket = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
client_socket.bind(("", Tello.CONTROL_UDP_PORT))
response_receiver_thread = Thread(target=Tello.udp_response_receiver)
response_receiver_thread.daemon = True
response_receiver_thread.start()
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
install_requires=[
'numpy',
'opencv-python',
'av'.
'pillow'
],
python_requires='>=3.6',
classifiers=[
Expand Down

0 comments on commit 8722a16

Please sign in to comment.