Engineers Teach Two Drones to Carry One Package Together Safely
Someday two drones could lift your package together — with less battery drain.
Two drones carrying one bulky package sounds simple, but it is a headache to control. If one drone drifts a little, the package tilts, and the whole load can wobble or drop. A team of engineers has published a new guidance method that solves this by cheating a little: instead of tracking two separate drones, their math describes the drone-plus-package setup as one single imaginary aircraft. A "virtual equivalent agent," as they call it. That means the software only has to steer one thing toward the landing spot.
That trick matters because it turns a messy problem into a simple one. The controller only watches two things: how far away the landing spot is, and the angle to it. The team also used a control style that constantly corrects course rather than reacting slowly — think of a driver making tiny steering adjustments every second on a windy highway. A separate part of the software then splits those instructions back out to each drone's motors, so the pair works in sync.
They tested the idea two ways. First in simulation, where the drones landed accurately at different approach angles and even onto platforms that were moving. Second, they ran the algorithm on a Raspberry Pi — a credit-card-sized computer that costs about as much as a nice dinner — to check it was fast enough to work onboard a real drone without a laptop or ground station. It was. The team also says their method used "significantly less control energy" than older approaches, which in drone terms means more flight time per charge.
The catch: this is a lab study, not a product. No physical drones flew. The package is assumed to be rigidly bolted between the drones, and landing on a moving platform requires matching its speed almost exactly and approaching at a very specific angle. Real wind, GPS errors, and regulations for flying in cities are all still unsolved. Still, it is a clear step toward heavier drone deliveries.
- Instead of piloting two drones, the software treats the pair and the package as one imaginary aircraft — much easier to steer.
- The guidance code ran fast enough on a Raspberry Pi, a small cheap onboard computer, so no ground station laptop is needed.
- Simulations showed better accuracy and less battery drain than older methods, but the researchers have not yet flown real drones.
Why It Matters
Could let drone pairs deliver heavier parcels with longer battery life — if real-world testing follows.