Throw Mode (DROP) fails to arm when child drone is mounted on a mother drone

Hello Everyone,

I’m working on a mother–child drone configuration and would appreciate some guidance.

Objective:

  • Mother drone: 28-inch multirotor
  • Child drone: 7-inch quadcopte
  • The 7-inch drone is carried by the mother drone and released in flight using a servo mechanism
  • The goal is to extend communication range and validate an ADR (Autonomous Drone Relay) concept.

What I tried:

  • Configured THROW mode on the child drone
  • Set the required THROW parameters.
  • “THROW_TYPE = DROP”
  • Next flight mode after throw = LOITER
  • The child drone was rigidly attached to the mother drone through a servo release mechanism.
  • Configured minimum and maximum throw detection altitude.

Problem:

The child drone fails to arm while attached to the mother drone. During arming, I receive multiple EKF-related errors, so the vehicle never arms.

However, when I tested the exact same configuration by manually dropping the child drone from the top of a building, Throw Mode worked as expected. The drone detected the drop, transitioned correctly, and flew normally.

My question:

Is Throw Mode designed only for free-fall conditions from a stationary platform, or are there additional parameters or EKF considerations required when the vehicle is mounted on another moving aircraft?

Has anyone successfully implemented a mother–child deployment using ArduPilot? If so, are there recommended settings or a different approach that would be more suitable?

I’m attempting this configuration for the first time, so any guidance, suggestions, or references would be greatly appreciated.

Thank you!

It has been implimented before. Here is one example, use search for some others that might be helpful

Hi Dave @dkemxr

Thank you for pointing me in the right direction and sharing the reference. I was able to implement the Mother–Child deployment successfully using ArduPilot, and your suggestion was very helpful during the development.

Really appreciate your support and the help from the community!

Very nice! Must have been a heart stopper on the first attempt!

Was the problem not setting home on the child drone initially?

Thanks, Dave! It definitely got my heart racing on the first attempt

I have a few follow-up questions regarding Throw Mode in a mother–child deployment:

  1. Since Throw Mode relies on acceleration for throw detection, would it still reliably detect the throw if the mother drone itself is accelerating or decelerating at around 2.5 m/s² during release? Could that affect the detection logic?

  2. I currently have THROW_ALT_MIN = 0 because the child starts descending immediately after release. Is there any risk that the child could arm and begin stabilizing too early, potentially coming into contact with the mother drone? How do you normally account for this?

  3. For deployments from 50 m AGL or higher, what would you recommend for THROW_ALT_MIN and THROW_ALT_MAX? Are there any best practices or parameter values you’ve found to work well for airborne deployments?

I’d really appreciate your insights. Thanks!

No, I don’t think it was related to setting the home position.
The issue was that I had configured the Throw Mode altitude limits incorrectly. Initially, I was using positive values for the arming altitude.

After going through the thread Dave shared, I understood, since the child drone accelerates downward immediately after release, its relative altitude becomes negative. Setting the minimum altitude to 0 and the maximum altitude to -5 m resolved the issue, and the deployment worked as expected.

I think that other thread also says that if you set home initially, then altitude can be the real altitude above home.
But anyway, glad it works. Cool to watch.

When are you arming the child drone? Might be useful to see the log form both craft from that drop flight.

I’m arming child drone, just before dropping.

Will share logs with you shortly.

Thank you in advance

Hello Dave,

Please find logs of successful test flights carried out 25/07/2026 - Google Drive

Also, following link contain logs of flight were throw was not detected and bird didn’t armed,

Your inputs will be valuable to me, and they can save me from few more crashes.

Thank you in advance.