There is problem with this tello code don't know how to solve it can any one tell how to fix this?i am getting the track back error

1

There are 1 answers

0
toyota Supra On

You have 3 arguments instead of 4 arguments.

def tracMe(info,w,pid,pError):

In line 63 should be like this:

tracMe(info,w,pid,pError)