hanyazou / TelloPy

DJI Tello drone controller python package
Other
685 stars 293 forks source link

Issue in calculating x,y,z coordinates for tello drone with respect to takeoff position using EVENT_LOG_DATA. #111

Open PoojaChukkanakal opened 3 months ago

PoojaChukkanakal commented 3 months ago
          Okay! So! Download the **latest tellopy (develop-0.7.0 (default)) library from here, not pip**.

Then go back and use EVENT_LOG_DATA.

The data is already parsed for you.

https://github.com/hanyazou/TelloPy/blob/a997d2909a5af3bfec61d9001be01594bd60db0a/tellopy/_internal/protocol.py#L286

Originally posted by @gemSquared in https://github.com/hanyazou/TelloPy/issues/72#issuecomment-617052742


Hi The above comment was provided. But when u try to use EVENT_LOG_DATA from tellopy, i am getting error like - 'Tello' object has no attribute 'EVENT_LOG_DATA'.

Please assist me in this. I am trying to get the current location of the tello drone w.r.t takeoff position.

Thanks, Pooja