Has anyone managed to get accurate relative position data off the Tello? At the moment, I am using the North/East velocity data from the Tello and using that to calculate position based on:
However, the position data quickly becomes inaccurate, to the point where after 20-30 seconds of flight the (0, 0) position of the drone is at least a meter away from where it started.
I suspect that the velocity data being sent by the Tello is only based on the IMU (I may be wrong). Either way, has anyone managed to find a reliable and accurate way of tracking the position of the Tello? E.g. through optical flow data
x1 = x0 + v*(t1-t0)
However, the position data quickly becomes inaccurate, to the point where after 20-30 seconds of flight the (0, 0) position of the drone is at least a meter away from where it started.
I suspect that the velocity data being sent by the Tello is only based on the IMU (I may be wrong). Either way, has anyone managed to find a reliable and accurate way of tracking the position of the Tello? E.g. through optical flow data
Last edited: