As a researcher deeply engaged in the field of micro air vehicles (MAVs), I have witnessed remarkable progress in autonomous landing technologies over the past decades. The concept of MAVs, first proposed in the early 1990s, has evolved into three primary categories: fixed-wing, rotorcraft, and flapping-wing designs. While fixed-wing UAVs have dominated long-endurance missions due to their aerodynamic efficiency and mature control systems, the unique advantages of non-fixed-wing MAVs—such as their ability to operate in confined spaces, hover, and perform low-Reynolds-number flight—have spurred intensive research into their autonomous landing capabilities. In this article, I will synthesize the state-of-the-art methods for autonomous landing of rotorcraft and flapping-wing MAVs, drawing comparisons with fixed-wing UAV technologies where appropriate. I will also discuss the hardware mechanisms that enable reliable landing and outline the technical challenges that must be overcome to achieve truly intelligent autonomous landing.
The landing process for any MAV involves precise guidance, navigation, and control under varying environmental conditions. Fixed-wing UAVs typically rely on runway-based landing systems using GPS and inertial navigation, but these approaches are ill-suited for the confined and dynamic environments where non-fixed-wing MAVs often operate. Therefore, novel strategies integrating vision, bio-inspired algorithms, and adaptive control have been developed. My survey covers both rotorcraft and flapping-wing platforms, with a focus on methods that enhance robustness, accuracy, and autonomy.
1. Autonomous Landing Methods for Rotorcraft MAVs
Rotorcraft MAVs, particularly quadrotors, have achieved the most mature autonomous landing capabilities. A classic approach is the two-stage PID controller, where the outer loop regulates position and velocity while the inner loop controls attitude and angular rates. The control law can be expressed as:
$$ \mathbf{u} = K_p \mathbf{e} + K_i \int \mathbf{e} \, dt + K_d \frac{d\mathbf{e}}{dt} $$
where $\mathbf{e}$ represents the error between desired and actual states. However, this method lacks real-time perception, limiting it to fixed-point landing. To enable dynamic landing, researchers have incorporated real-time communication with the landing platform. A significant advancement was achieved by integrating an inertial measurement system with a wireless data link to obtain relative pose information. This approach allowed a quadrotor to land on a moving vehicle, but it required high-bandwidth communication and satellite signals, which are not always available indoors or in GPS-denied environments.
To overcome these limitations, vision-based methods have become dominant. For instance, a fuzzy PID controller combined with visual navigation enables precise autonomous landing without GPS. The visual system estimates the relative pose of a landing marker using techniques such as Apriltag recognition. The Kalman filter is often used to fuse visual measurements with inertial data, improving robustness against noise and intermittent updates. A typical Kalman filter prediction-update cycle is:
$$ \hat{\mathbf{x}}_{k|k-1} = \mathbf{F}_k \hat{\mathbf{x}}_{k-1|k-1} + \mathbf{B}_k \mathbf{u}_k $$
$$ \mathbf{P}_{k|k-1} = \mathbf{F}_k \mathbf{P}_{k-1|k-1} \mathbf{F}_k^T + \mathbf{Q}_k $$
$$ \mathbf{K}_k = \mathbf{P}_{k|k-1} \mathbf{H}_k^T (\mathbf{H}_k \mathbf{P}_{k|k-1} \mathbf{H}_k^T + \mathbf{R}_k)^{-1} $$
$$ \hat{\mathbf{x}}_{k|k} = \hat{\mathbf{x}}_{k|k-1} + \mathbf{K}_k (\mathbf{z}_k – \mathbf{H}_k \hat{\mathbf{x}}_{k|k-1}) $$
$$ \mathbf{P}_{k|k} = (\mathbf{I} – \mathbf{K}_k \mathbf{H}_k) \mathbf{P}_{k|k-1} $$
Another promising direction is the use of ultrasonic sensors for localization during the final descent phase. A one-transmitter-four-receiver configuration provides high accuracy within short ranges, complementing vision systems when the marker is too close or obscured. Furthermore, sliding mode control (SMC) combined with boundary layer adaptation has been applied to quadrotor landing on moving platforms under turbulent wind conditions, demonstrating superior robustness compared to classical PID.
| Method | Key Features | Advantages | Limitations |
|---|---|---|---|
| Two-stage PID (2015) | INS-based state feedback, fixed-point | Fast response, simple implementation | No real-time perception, low autonomy |
| PID + Real-time Communication (2017) | Wireless link to platform sensors | Real-time relative pose | GPS-dependent, communication quality critical |
| Fuzzy PID + Visual Navigation (2020) | Apriltag marker, Kalman filter | GPS-independent, high precision | Longer processing time |
| Apriltags + Kalman Filter (2017) | Predictive trajectory estimation | Fast tracking, suitable for moving targets | Semi-visual algorithm dependency |
| Binocular Vision (2018) | Stereo camera, depth estimation | Accurate depth, simple structure | Idealized experimental conditions |
| Harris Corner + Contour Detection (2018) | Pose estimation via pinhole model | High precision, strong autonomy | Longer response time |
| Ultrasonic Positioning (2019) | One-transmitter-four-receiver | High accuracy during final descent | Range limited, sensitivity to noise |
| Visual + Boundary Layer SMC (2020) | Sliding mode control under turbulence | Robust to wind disturbances | Idealized wind profiles |
| Two-Stage Trajectory Optimization (2021) | Data-driven models, optimization | Short optimization cycle | Local minima issues |
2. Autonomous Landing Methods for Flapping-Wing MAVs
Flapping-wing MAVs (FMAVs) present greater challenges due to their unsteady aerodynamics and complex dynamics. Some designs, such as hovering hummingbird-like robots and dual-wing configurations, can achieve vertical takeoff and landing (VTOL), enabling them to borrow techniques from rotorcraft. For instance, the nano hummingbird developed by AeroVironment demonstrated stable hover and vertical landing using PID-like controllers. However, most FMAVs rely on forward flight and require specialized landing strategies.
Bio-inspired landing strategies have attracted considerable attention. A prominent example is the use of the tau theory, which describes how living organisms regulate the time-to-contact during approaching maneuvers. The tau function is defined as:
$$ \tau(t) = \frac{\text{current gap}}{\text{rate of closure}} $$
Generalized tau theory has been applied to generate smooth landing trajectories for both rotorcraft and flapping-wing MAVs. For instance, the tau-G strategy guides the vehicle to close a gap with constant acceleration, while tau-H incorporates harmonic motion to ensure continuous acceleration from rest. An improved tau-H strategy was developed to allow non-zero initial and final velocities, making it suitable for landing scenarios where the vehicle approaches with forward speed. The control law for tau-H can be expressed as:
$$ \ddot{x} + \omega^2 x = \lambda \frac{\dot{x}}{\tau} $$
where $\lambda$ is a gain parameter. Although tau-based methods are theoretically elegant, most validations remain simulation-based, and real-world implementations require accurate state estimation.
Machine learning offers another pathway. By combining adaptive tracking with iterative learning control, researchers have enabled a flapping-wing RoboBee to perch on vertical walls. The controller learns from repeated attempts to improve trajectory accuracy, but the learned model is specific to the preplanned trajectory and cannot be generalized. Similarly, a two-stage trajectory optimization framework using data-driven aerodynamic models has been proposed for short-distance landing, reducing optimization time while achieving acceptable accuracy.
Motion capture systems, such as Vicon, have been used as external navigation aids to achieve accurate gliding landings on a fixed perch. A tailless flapping-wing aircraft with deforming wings achieved landing errors below 0.5 m. However, this approach relies on expensive and stationary tracking infrastructure, limiting its applicability in field operations.
| Method | Key Features | Advantages | Limitations |
|---|---|---|---|
| Adaptive Tracking + Iterative Learning (2016) | Vertical wall perching, RoboBee | Autonomous iterative optimization | Trajectory-specific, not generalizable |
| Wing Deformation Control (2013) | Vicon motion capture, fixed perch | High precision gliding landing | Requires external infrastructure |
| Tau-G & Tau-H Strategies (2014-2018) | Bio-inspired guidance, simulations | Strong biomimicry, smooth trajectories | No experimental validation, robustness issues |
| Dynamics-CFD Coupling (2020) | Adams + CFD, wing frequency control | Scale effect prediction | Computationally intensive |
| Two-Stage Trajectory Optimization (2021) | Data-driven models, short landing | Fast optimization cycle | Risk of local minima |
| SMA-Actuated Claws + Tau Guidance (2020) | Grasping perch, flapping-wing platform | Dynamic grasping after landing | Complex mechanical design |
While fixed-wing UAVs have long benefited from well-understood landing dynamics, the relatively low Reynolds number regime of flapping-wing MAVs demands novel approaches. The flapping frequency, wing kinematics, and body pitch must be precisely coordinated to reduce forward speed without stalling. For example, a reduction in flapping frequency during descent can decrease lift and drag simultaneously, but the relationship is nonlinear and scale-dependent. My analysis of the literature reveals that most flapping-wing landing studies are still in the proof-of-concept stage, and a universal control framework is yet to emerge.

3. Landing Assistive Hardware Structures
Beyond control algorithms, the physical landing mechanism plays a critical role in absorbing impact and stabilizing the MAV upon contact. For rotorcraft, traditional landing skids are sufficient, but flapping-wing MAVs often require more sophisticated structures inspired by birds or insects.
Jumping takeoff and landing mechanisms have been developed to enable flapping-wing MAVs to recover from non-level surfaces. A compression spring-based leg mechanism stores energy during landing and releases it for subsequent takeoff. The leg geometry is often optimized using sequential quadratic programming to minimize weight while ensuring adequate energy absorption. The dynamics of such a leg can be modeled as:
$$ m \ddot{x} + c \dot{x} + k x = F_{\text{contact}} $$
where $m$ is the effective mass, $c$ is damping coefficient, $k$ is spring stiffness, and $F_{\text{contact}}$ is the ground reaction force.
A four-bar linkage design mimicking a bird’s foot has been proposed and iteratively improved. This mechanism not only dampens impact but also provides passive stability after landing. In recent years, a bio-inspired claw named SNAG (Stereotyped Nature-inspired Aerial Grasper) was developed, which converts kinetic energy into a powerful grip upon impact. The claw can adapt to irregular surfaces like tree branches and has been successfully mounted on a quadrotor for perching. Another design uses shape memory alloy (SMA) springs to actuate the claws, allowing the MAV to grasp and release payloads. The SMA spring actuation is governed by the phase transformation kinetics, which can be simplified as:
$$ \epsilon = \epsilon_L \xi + \frac{\sigma}{E} $$
where $\epsilon$ is strain, $\epsilon_L$ is maximum recoverable strain, $\xi$ is martensite volume fraction, $\sigma$ is stress, and $E$ is Young’s modulus.
| Structure Type | Key Features | Applications | Maturity |
|---|---|---|---|
| Compression Spring Leg (2018) | Energy storage, optimized via SQP | Flapping-wing MAV jump landing | Prototype |
| Four-Bar Linkage Bird Foot (2018-2020) | Impact damping, passive stability | Flapping-wing MAV landing | Simulation & prototype |
| Wheeled Landing Gear (2011-2012) | Runway takeoff/landing, vibration issues | Ornithopter forward flight | Tested |
| SNAG Claw (2021) | Kinetic-to-grip conversion, irregular surfaces | Quadrotor perching | Flight tested |
| SMA-Actuated Claw (2020) | Lightweight, grasping & release | Flapping-wing MAV perch | Prototype |
4. Discussion and Future Directions
Despite significant progress, the autonomous landing of non-fixed-wing MAVs still lags behind that of fixed-wing UAVs in terms of reliability and operational envelope. Fixed-wing UAVs can rely on established landing patterns such as flare maneuvers and glideslope guidance, which are well understood from manned aviation. In contrast, the rotorcraft and flapping-wing platforms must contend with unsteady aerodynamics, gust sensitivity, and limited payload for sensors. The integration of advanced perception and control is therefore paramount.
One critical bottleneck is the lack of real-time, high-fidelity aerodynamic models for flapping-wing MAVs during landing. The wing–wake interaction and ground effect are highly nonlinear and scale-dependent. Neural network-based surrogate models trained on CFD data offer a promising path, but their computational cost during deployment remains a challenge. Similarly, reinforcement learning has been explored to learn landing policies from simulation, but transferring these policies to real hardware (sim-to-real) often fails due to dynamics mismatch.
Another promising avenue is the fusion of multiple sensing modalities. While vision provides rich information, it is sensitive to lighting and texture. Ultrasonic and lidar sensors can complement vision in the final meters, but their weight and power consumption must be minimized for MAVs weighing less than 100 grams. The development of lightweight, low-power time-of-flight cameras or event-based cameras could revolutionize landing perception.
From a hardware perspective, the landing mechanisms must become more versatile and lightweight. Biomimetic designs like SNAG have demonstrated the potential for perching on complex surfaces, but they add mechanical complexity and failure modes. Soft robotics approaches, such as inflatable landing pads or gecko-inspired adhesives, might offer alternative solutions for attaching to surfaces without consuming energy.
5. Conclusion
In this survey, I have reviewed the autonomous landing methods for non-fixed-wing MAVs, encompassing rotorcraft and flapping-wing platforms. The rotorcraft community has achieved reliable landing using PID, fuzzy control, and visual servoing, with successful demonstrations on moving platforms under moderate wind. Flapping-wing MAVs remain a frontier, with promising strategies based on tau theory, machine learning, and bio-inspired structures. Fixed-wing UAV technologies continue to serve as a benchmark, particularly in trajectory planning and robust control, but the unique challenges of low-Reynolds-number flight demand innovation. Future research should focus on integrating real-time aerodynamic models with learning-based control, developing lightweight multimodal sensors, and designing adaptive landing gear that can accommodate diverse landing surfaces. Only through such interdisciplinary efforts will we realize the vision of truly autonomous micro air vehicles capable of landing anywhere, anytime.
