Mobile-SDK-Android-V5
Mobile-SDK-Android-V5 copied to clipboard
How to get the flight state?
Hello DJI,
I'm currently making a program to move the drone and as the program is also using the takeoff function, I need to know when the drone has finished taking off (check if the takeoff state is "READY_TO_LAND") so I can execute the other commands (go forward, etc..).
I've found the function checkAndUpdateTakeOffLandingState and updateTakeOffStatus but they are private
Thank you in advance.