How to fly to a specific height using MSDK 5.2 in android?
已完成Hello,
I have been developing an app where I need to takeoff the drone to a specific height. So I just used this code to do this:
FlightControllerKey.KeyStartTakeoff.create().action({
Timber.d("TakeOff Success")
}, { e: IDJIError ->
Timber.d("DJI Takeoff error: " + e.description())
})
but now I want to fly this drone to a specific height, can you tell me where should I look in the sample app to look for this type of actions? Or if you can just give me some reference of code would be so helpful. Thank you!
请先登录再写评论。
评论
1 条评论