dji-sdk / Mobile-SDK-Android

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

Will I able to land the drone using this SDK to a target area? #1231

Closed BillCai06 closed 1 year ago

BillCai06 commented 1 year ago

Hi, Just a quick question, I want to build a autonomous landing for the DJI Mavic 3 Enterprise Series and I don't know here to start. If I want to land the drone on a marked area, will I able to do it though this SDK? I'm new to android development if someone could point to some resources it would be great.

dji-dev commented 1 year ago

Agent comment from ekho.feng in Zendesk ticket #83328:

It can be realized through the SDK. In MSDKV5, you can use waypoint tasks to complete landing at a certain point. It is also possible to perform landing when arriving at a certain position by obtaining the current position information of the aircraft. The location information can be obtained through this key: KeyAircraftLocation3D and the landing can be obtained through this: KeyStartAutoLanding

°°°

BillCai06 commented 1 year ago

Thank you, I will try it out.

dji-dev commented 1 year ago

Agent comment from ekho.feng in Zendesk ticket #83328:

You're welcome. Hope you can solve the problem as soon as possible

°°°