Daily Arxiv

This page organizes papers related to artificial intelligence published around the world.
This page is summarized using Google Gemini and is operated on a non-profit basis.
The copyright of the paper belongs to the author and the relevant institution. When sharing, simply cite the source.

FalconWing: An Ultra-Light Indoor Fixed-Wing UAV Platform for Vision-Based Autonomy

Created by
  • Haebom

Author

Yan Miao, Will Shen, Hang Cui, Sayan Mitra

FalconWing: An Ultra-Light UAV Platform for Vision-Based Autonomy

Outline

This paper presents the FalconWing, an ultra-light (150g) indoor fixed-wing UAV platform for vision-based autonomy. Indoor environments enable year-round, repeatable UAV experiments, but impose strict weight and maneuverability constraints on UAVs, driving the ultra-light FalconWing design. The FalconWing combines a lightweight hardware stack (a 137g airframe and a 9g camera) with off-board computing, and features a software stack featuring a realistic 3D Gaussian Splat (GSplat) simulator for vision-based controller development and evaluation. In a leader-follower case study, the best vision-based controller, trained using imitation learning and adding domain randomization to GSplat-rendered data, achieved 100% tracking success across three types of leader maneuvers in 30 trials, demonstrating robustness to leader appearance changes in simulation. In an autonomous landing case study, a vision-based controller trained purely in simulation was transferred to real hardware with zero-shot accuracy, achieving 80% success rate across 10 landing trials. FalconWing will release its hardware design, GSplat scene, and dynamic models to enable it to become an open-source flight kit for engineering students and research labs.

Takeaways, Limitations

Takeaways:
The design of an ultra-light UAV platform suggests the possibility of research on vision-based autonomous flight in indoor environments.
Demonstrated performance in real environments through simulation-based learning using the GSplat simulator.
Validating the platform's effectiveness through leader-follower and autonomous landing case studies.
Contribute to research and education by releasing open source materials.
Limitations:
This study was limited to indoor environments, and further research is needed on its expandability to outdoor environments.
Due to limited weight constraints, there may be limitations on the sensors and battery capacity that can be loaded.
There may be limitations to the accuracy and realism of the GSplat simulator.
👍