Hi, I’m using ArduCopter 4.6.3.
I have a Python GUI for basic drone movements (pymavlink).
Until now, while using an RC transmitter, I was able to use the drone without any issues
The issue is that now I don’t want to use an RC transmitter (I turned it off), but the controller refuses to arm.
I had changed DISARM_DELAY=1 with a specific intention. I’m going to land on a moving vehicle, and I wanted the drone’s blades to not spin for a long time once it detects touchdown.
From what I see, it also affects the disarmed → armed transition. Indeed, I reduced the takeoff command time, but never below 1 second. Now I have the takeoff set to 5 seconds after arming, and DISARM_DELAY=10 (default). And it works correctly.
In future tests, I’ll reduce both times as much as possible.