damiafuentes / DJITelloPy

DJI Tello drone python interface using the official Tello SDK. Feel free to contribute!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting flight log (MVO)

hhjj0506 opened this issue · comments

Is there any way to get the xyz position from the flight log using this package?
I know some other old packages have this function & I tried to implement it but no success so far.
Would really appreciate it if anyone can give me an insight on this.

Hi, I'm also trying to collect state data (flight log) from Tello, but I find function for this in just older versions of packages. If you was suceed with this problem can you help me please?

XYZ coordinates are not available in general. The height relative to the object below the drone is (measured using the sensor). When a mission pad is detected the coordinates of the drone relative to the mission pad are available.

You can find the docs for state data here: https://djitellopy.readthedocs.io/en/latest/tello/#djitellopy.tello.Tello.get_height

I am not sure if this functionality is included in the current pypi packet. If not try installing it in developer mode (according to readme)