dji-sdk / Mobile-SDK-Android

DJI Mobile SDK for Android: http://developer.dji.com/mobile-sdk/
Other
973 stars 579 forks source link

Flight limitation #278

Open dongchengBees360 opened 6 years ago

dongchengBees360 commented 6 years ago

Is this issue about bugs or crash issues of DJI Android SDK and Sample Code?

Yep, then please delete this template and provide the following infos for us to help investigate the issue:

Description of the issue.

In the United States,There's no rookie mode,which is limited to 500m height, and the DJI account is logged in, it can only fly 30m. Why is that?

Is this issue about DJI iOS SDK and Sample Code?

Then this is the wrong place, please refer to the Mobile-SDK-iOS Github: https://github.com/dji-sdk/Mobile-SDK-iOS/issues

olegahead commented 6 years ago

I encountered this problem too, but in my case range is varying approx from 10 to 30m. When I periodically call the sendVirtualStickFlightControlData method in my application, aircraft moving (by X or Y axis) up to 30m and stop. After this, the aircraft does not react to commands from the my application. Control is possible only through the RC. Tell me please, is this a bug, or am I doing something wrong?

Aircraft: Spark (V01.00.0900) with RC. OS: Android 7.0. SDK: 4.5.

P.S. This problem is periodically reproduced in the emulator. As soon as possible, I will try to test this behavior in real flight.