dji-sdk / Tello-Python

This is a collection of python modules that interact with the Ryze Tello drone.
Other
1.34k stars 642 forks source link

what is 'dm'? python tello send 'height?' problem #65

Open tt503177177 opened 4 years ago

tt503177177 commented 4 years ago

hi all! could someone please help with this problem?

if I type 'height?' tello will return 0dm(before takeoff)

if takeoff i sent 'height?' i will return 1dm 2dm 3dm......... what is 'dm'? is it mean 'Relative height'? and how let it print 'now at 1m' 'now at 2m'.....?

dji-dev commented 4 years ago

Agent comment from Ho.Yan in Zendesk ticket #33533:

Dear Developer, Thank you for contacting DJI.

This question you can contact RYZE Tello's technical support: support.cn@ryzerobotics.com

Warm Regards, DJI Developer Support

guowanhui commented 4 years ago

Tello takes take-off point as 0 altitude发自我的华为平板电脑-------- 原始邮件 --------发件人: tt503177177 notifications@github.com日期: 2020年4月14日周二 下午2:54收件人: dji-sdk/Tello-Python Tello-Python@noreply.github.com抄送: Subscribed subscribed@noreply.github.com主 题: [dji-sdk/Tello-Python] what is 'dm'? python tello send 'height?' problem (#65)

hi all! could someone please help with this problem?

if I type 'height?'

tello will return 0dm(before takeoff)

if takeoff i sent 'height?'

i will return 1dm 2dm 3dm.........

what is 'dm'?

is it mean 'Relative height'?

and how let it print 'now at 1m' 'now at 2m'.....?

—You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or unsubscribe.

RobertoMinelli commented 3 years ago

Dear @tt503177177,

Tello returns relative height from takeoff point (which corresponds to 0dm). dm stands for decimeter — a unit of length in the metric system, equal to one tenth of a metre.

Cheers, Roberto