tello-openpose icon indicating copy to clipboard operation
tello-openpose copied to clipboard

an unexpected keyword argument

Open chipmaster134 opened this issue 4 years ago • 2 comments

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.

chipmaster134 avatar Sep 03 '19 09:09 chipmaster134

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()

geaxgx avatar Sep 29 '19 11:09 geaxgx

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

MarioROT avatar Feb 06 '21 15:02 MarioROT