MAVSDK-Swift icon indicating copy to clipboard operation
MAVSDK-Swift copied to clipboard

Mavlink crashes after trying to call «Arm» command

Open Harvester-76 opened this issue 3 years ago • 6 comments

When I call drone.arm() it completes with an error. After command completion in my «onError» callback I have the next error

Снимок экрана 2021-03-18 в 17 55 26

«The operation couldn’t be completed. (MAVSDK_Swift.Action.ActionError error 1.)»

After that my application crashes in another thread in binary file (90% that it happens somewhere inside SDK) so that I can’t even understand where exactly it happens. I suppose that there might be some problem in Mavlink communication with the drone but I need to understand what exactly happens and what seems to be wrong for SDK to work correctly.

Снимок экрана 2021-03-18 в 17 54 38

Harvester-76 avatar Mar 18 '21 16:03 Harvester-76