How to fly to a specific height using MSDK 5.2 in android?
CompletedHello,
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!
Please sign in to leave a comment.
Comments
1 comment