dwalker-uk / TelloEduSwarmSearch

A Python library for interfacing with the Ryze Tello Edu, including swarm and search behaviours.
MIT License
25 stars 24 forks source link

Having Type Error #3

Closed Sealpillow closed 5 years ago

Sealpillow commented 5 years ago

Hi, I wanted to conduct a tello drone search on just 1 drone, so i hide the lines of code: my_tellos.append('0TQDFC6EDB4398') # 2-Blue fly.run_individual(threaded_search_test, tello_num=2, pad_id='m2') When I run the demo_search.py it gave me a error: TypeError: threaded_search_test() got an unexpected keyword argument 'tello_num' The drone is able to take off and land, but is unable to conduct the search. IMG_1262