dji-sdk / Mobile-SDK-Android-V5

MSDK V5 Sample
Other
247 stars 126 forks source link

KeyGimbalAttitudeRange returns bad values.. #351

Closed antonymarion closed 3 weeks ago

antonymarion commented 4 weeks ago

Hi Dji,

the following key returns, for instance, for 300 RTK and for the pitch

image

and using GimbalKey.KeyGimbalAttitudeRange, it returns for the max 45

But it is, according to the specification: 30

Cheers,

dji-lyt commented 3 weeks ago

KeyGimbalAttitudeRange is a key that is not open. In fact, it cannot return the correct gimbal attitude range on some drones. You need to use the rotatable range provided by the drone to determine the rotation range. https://enterprise.dji.com/zenmuse-h20-series/specs image

antonymarion commented 3 weeks ago

Well, good to know, do you have the whole list of DJI's drones that returns erronous values?

On top of that can you provide us please the information of the keys we should (open) use versus the key we should not use (closed?)

Regards,

dji-dev commented 3 weeks ago

Agent comment from yating.liao in Zendesk ticket #108769:

We currently do not have a comprehensive list of drone errors. Below are the meanings of common errors:

All keys provided in the API documentation are open. For keys not found in the API documentation, we will consider them as closed keys. You need to verify their effectiveness before considering their use.。

°°°

antonymarion commented 3 weeks ago

I have found several "open" keys still not working.. ProduckKey for instance.

cf https://github.com/dji-sdk/Mobile-SDK-Android-V5/issues/358

dji-dev commented 3 weeks ago

Agent comment from yating.liao in Zendesk ticket #108769:

You can check the latest replies at https://github.com/dji-sdk/Mobile-SDK-Android-V5/issues/358. KeyProduceType is available for use, perhaps there is an error in your invocation timing.

°°°