Flight through Narrow Gaps with Morphing-Wing Drones

This paper presents a control framework for a morphing-wing drone that enables it to traverse gaps narrower than its wingspan by dynamically sweeping its wings mid-flight, utilizing an aerodynamic model and nonlinear model predictive control to manage lift loss and ensure precise trajectory tracking.

Julius Wanner, Hoang-Vu Phan, Charbel Toumieh, Dario Floreano

Published Fri, 13 Ma
📖 4 min read☕ Coffee break read

Imagine a bird flying through a dense forest. Suddenly, it spots a tiny gap between two tree trunks—so narrow that if it kept its wings spread wide, it would crash. What does the bird do? It doesn't slow down or stop. Instead, it tucks its wings in tight, zooms through the gap, and then instantly spreads them back out to glide away.

This paper is about teaching a robot drone to do the exact same thing.

The Problem: The "Too Big" Drone

Most fixed-wing drones (the kind that look like small airplanes) are limited by their wingspan. If a gap is narrower than their wings, they can't fit.

  • The old way: Some drones try to fly sideways (like a knife-edge) or have flimsy wings that crash into the gap and fold. These methods are risky and often lead to a crash.
  • The new way: The researchers built a drone that can actively change its shape mid-flight, just like a bird. It has a special mechanism that pulls its wingtips backward, shrinking its width by about one-third in a split second.

The Challenge: The "Lift" Trap

Here is the tricky part: Wings generate lift (the force that keeps a plane in the air). When you shrink the wings, you lose lift. If a drone shrinks its wings while flying slowly, it will suddenly drop like a stone.

To solve this, the drone needs to be a master of anticipation. It can't just wait until it's in the gap to pull its wings in. It has to:

  1. Speed up before the gap to build momentum.
  2. Pitch its nose up (like a plane taking off) to gain height.
  3. Pull its wings in just before entering.
  4. Zoom through the gap while fully tucked.
  5. Spread out and recover immediately after.

Doing all this requires a brain that can predict the future.

The "Brain": A Crystal Ball for Flight

The researchers developed a complex computer model (a "digital twin") of the drone. This model understands the physics of air, even when the drone is flying weirdly or at slow speeds where it might stall (lose all lift).

They used a control system called Nonlinear Model Predictive Control (MPC). Think of this as a super-smart GPS that doesn't just tell you where to go, but simulates the next few seconds of your drive a hundred times a second.

  • The Simulation: "If I pull the wings in now, I will drop 5 centimeters. If I pull them in later, I will hit the wall. If I speed up now, I can make it."
  • The Decision: It calculates the perfect path, adjusting the throttle, the tail, and the wing-sweeping mechanism in real-time to ensure the drone doesn't hit the ground or the walls.

The Experiment: The "Tightrope Walk"

The team built a 130-gram drone (about the weight of a large apple) and tested it in a flight arena. They set up a narrow gap (only 35 cm wide) and launched the drone at speeds between 5 and 7 meters per second (roughly 11–15 mph).

The Results:

  • Success: The drone flew through the gap without crashing.
  • Precision: It passed through with an average height error of only 5 centimeters (about 2 inches). That's like threading a needle while running.
  • Timing: It started tucking its wings about 20 to 60 centimeters before reaching the gap, perfectly timing the maneuver.

Why This Matters

This isn't just a cool trick; it's a breakthrough for search and rescue and exploration.
Imagine a drone flying into a collapsed building or a dense jungle. It might need to squeeze through a tiny crack in a wall or between branches. Current drones are too bulky. This new "morphing" drone can change its shape to fit through tight spaces, making it much more versatile and capable of navigating cluttered, dangerous environments.

In a nutshell: The researchers taught a robot to "tuck and roll" through a narrow door, using a super-computer brain to predict exactly when to shrink and when to stretch, ensuring it never hits the doorframe or the floor.