Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About height of drone #303

Open
darkangel20156 opened this issue Apr 6, 2024 · 2 comments
Open

About height of drone #303

darkangel20156 opened this issue Apr 6, 2024 · 2 comments

Comments

@darkangel20156
Copy link

When I use KeyAircraftLocation3D to get height of drone, but the result is not true. Specifically, when the real height of drone is 1m, the result is 0.0, and sometimes it is -0.1; -0.2m.
image

So I want to know how the height is calculated?

@dji-lyt
Copy link

dji-lyt commented Apr 8, 2024

What is the actual height you are referring to? When the aircraft reaches a height of 1 meter after takeoff, does KeyAircraftLocation3D read a height of 0?

Could you please provide us with the likelihood of this issue occurring? And could you also share a short video to confirm the issue's behavior? I would recommend using the example code from MSDK V5, where you can view aircraft diagnostic information and height on the default delay page.

The height from KeyAircraftLocation3D is relative to the takeoff point.

image

@darkangel20156
Copy link
Author

I tested in 7th floor of a building (it is in door, and low GPS, I got GPS level and the result is level_0). When I take off the drone (dji mini 3), if according to the documents, the take-off height is (1.2m) but when I get the altitude value on the screen, the value is not 1.2.
In addition to keyLocation3D, I also used KeyAltitude (MSDK 5.6) and the result did not give the exact height of 1.2m.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants