geaxgx / tello-openpose

MIT License
299 stars 87 forks source link

an unexpected keyword argument #4

Open chipmaster134 opened 5 years ago

chipmaster134 commented 5 years ago

Hi, i did all the installations and have a TypeError when i run tello_openpose.py.

" TypeError: init() got an unexpected keyword argument 'start_recv_thread' " Adsız

Thank you very much.

geaxgx commented 5 years ago

Sorry for the late reply. It is related to the hack I have made in the package TelloPy. I can't test and modify the repository now, but please replace the line: self.drone = tellopy.Tello(start_recv_thread=not self.use_multiprocessing) by: self.drone = tellopy.Tello()

MarioROT commented 3 years ago

Did you found any solution to that?, I have the same error :(