How to cancel landing?

Greetings!

I have what I hope is a simple question. Is there a way to cancel a landing sequence on the Anafi? In my application, I would like to allow a user to be able to stop a landing sequence, potentially correct the landing position, and then proceed with landing. From the SDK/API I can’t see a function that does this (cancellation). I’ve tried calling deactivate() and even hover() on the ManualPiloting interface, no luck.

Any help would be appreciated. Thanks!

Hi,

To cancel landing, simply call takeOff() method from ManualCopterPilotingItf

Regards.

1 Like

Thanks! I would never have guessed that :).