Autonomous Docking of Multi-Rotor UAVs on Blimps under the Influence of Wind Gusts
Pascal Goldschmid, Aamir Ahmad
TL;DR
The paper tackles autonomous docking of multi-rotor UAVs onto wind-susceptible blimps, a scenario critical for extending mission lifetimes. It combines a data-driven Temporal Convolutional Network to predict blimp gust responses with a Model Predictive Controller that plans collision-free trajectories, aided by a Corridor Enhanced Tangential Hull for close-range obstacle avoidance and gust-detection to revoke the corridor when safety requires. Key contributions include the TCN-based gust prediction framework, the CETH-based collision avoidance mechanism, and EKF-based docking-port localization, all validated in simulation and via real-world tests with a virtual blimp. The approach offers a practical path to reliable wind-aware aerial docking, enabling extended UAV operation and data/battery offloading on blimps, with public code to foster further research.
Abstract
Multi-rotor UAVs face limited flight time due to battery constraints. Autonomous docking on blimps with onboard battery recharging and data offloading offers a promising solution for extended UAV missions. However, the vulnerability of blimps to wind gusts causes trajectory deviations, requiring precise, obstacle-aware docking strategies. To this end, this work introduces two key novelties: (i) a temporal convolutional network that predicts blimp responses to wind gusts, enabling rapid gust detection and estimation of points where the wind gust effect has subsided; (ii) a model predictive controller (MPC) that leverages these predictions to compute collision-free trajectories for docking, enabled by a novel obstacle avoidance method for close-range manoeuvres near the blimp. Simulation results show our method outperforms a baseline constant-velocity model of the blimp significantly across different scenarios. We further validate the approach in real-world experiments, demonstrating the first autonomous multi-rotor docking control strategy on blimps shown outside simulation. Source code is available here https://github.com/robot-perception-group/multi_rotor_airship_docking.
