Case Studies of RflySim Ecosystem Publications¶
This page summarizes representative academic achievements published based on the RflySim toolchain, covering multiple core research directions including unified simulation platform design, hardware-in-the-loop automatic testing, UAV digital twin modeling, swarm control and verification, fault detection and classification datasets, and UAV safety assessment, demonstrating the complete context of the RflySim ecosystem in scientific research implementation.
2026¶
📄 Physics-Aware Multichannel Vector Quantization for Hybrid Digital Twin Modeling of UAV Systems¶
Authors: Tu, Jinhu; Nian, Xiaohong; Dai, Xunhua
Journal/Conference: IEEE Transactions on Aerospace and Electronic Systems
Link: 🔗 10.1109/TAES.2025.3639005 📥 View PDF
Keywords: Digital twins Vector quantization UAV physics-aware learning
📖 Abstract
Big data technology has driven transformations in industrial manufacturing, and AI-driven digital twins have become a key enabler for low-altitude economic development, with unmanned aerial vehicle (UAV) systems serving as a core carrier. However, heterogeneous sensor data, complex spatiotemporal distribution, and nonlinear interactions of system dynamics pose challenges to constructing reliable UAV digital twins. This paper proposes a hybrid UAV digital twin modeling framework that integrates physical priors and data-driven learning. A multichannel soft vector quantization mechanism is adopted to achieve robust fusion of multi-source data, physical-aware constraints are embedded, and a hybrid fusion strategy is used to improve model generalization. Validated on a large-scale dataset collected from both simulation and real flight data across multiple types of UAV flight missions, the proposed method outperforms traditional models in both fidelity and robustness. This study proposes a scalable UAV digital twin architecture with strong fusion capability, and also provides open-source tools to support the development of self-evolving digital twin systems in dynamic environments.
📄 RflySimSaT: A Safety Assessment Platform for UAVs Based on Hardware-in-the-Loop Simulation¶
Authors: Dai, Xunhua; Tu, Jinhu; Chen, Yong; Quan, Quan
Journal/Conference: IEEE Transactions on Automation Science and Engineering
Link: 🔗 10.1109/TASE.2026.3651543 📥 View PDF
Keywords: Safety assessment HIL simulation UAV Testing
📖 Abstract
Unmanned aerial vehicles (UAVs) are leading the development of future digital smart cities, but their safety issues have attracted widespread attention. Although existing robot simulators provide UAVs with efficient and low-cost testing environments, they lack comprehensive consideration for safety design and user-oriented testing requirements. To address this issue, this paper proposes RflySimSaT, a dedicated safety assessment platform for UAVs. The platform covers full life-cycle safety factors, and integrates core modules including multiple fault test scenarios and high-fidelity dynamic models. Its modular architecture supports plug-and-play cross-platform closed-loop safety testing: users only need to provide the aircraft and flight controller to complete the entire workflow including development and deployment relying on the platform. This paper verifies the reliability and generality of the platform through multiple test cases, and also provides supporting documentation, cases, and fault datasets. The platform is open-source with its code repository publicly available.
2025¶
📄 RflyMAD: A dataset for multicopter fault detection and health assessment¶
Authors: Xiangli Le; Bo Jin; Gen Cui; Xunhua Dai; Quan Quan
Journal/Conference: The International Journal of Robotics Research
Link: 🔗 10.1177/02783649241305153 📥 View PDF
Keywords: fault detection health assessment multicopter dataset
📖 Abstract
This paper introduces RflyMAD, an open-source multicopter anomaly dataset developed by the Reliable Flight Control Team, to support research in fault detection and isolation, health assessment, and related fields. The dataset totals 114 GB, adheres to the ADS-33 standard, and includes 6 flight states and 11 fault types, covering various fault scenarios across different UAV maneuvering conditions. It comprises 5,629 flight cases with a total fault duration of 3,283 minutes, incorporating hardware-in-the-loop simulation, real-time hardware-in-the-loop simulation, and real-flight data. By integrating RflySim simulation and real-flight data, the dataset achieves both quantity and quality improvements. Each case includes multiple log files and processed data, serving as a benchmark for fault diagnosis methods. Transfer learning experiments validate the complementary relationship between simulation and real-flight data. The dataset and associated tools are open-source, with future plans to incorporate baseline methods, update data, and expand fault types.
📄 RflySim ToolChain: A Rapid Development and Validation Toolchain for Intelligent Unmanned Swarm Systems¶
Authors: Dai, Xunhua; Tu, Jinhu; Quan, Quan
Journal/Conference: Journal of Systems Engineering and Electronics
Link: 🔗 10.23919/JSEE.2025.000079 📥 View PDF
Keywords: swarm MBD hardware-in-the-loop Sim2Real
📖 Expand to View Abstract
The development of intelligent unmanned swarm systems is highly complex. Existing simulators and toolchains primarily focus on isolated technical elements, lacking systematic integration to support the full-process technical requirements and development needs. Moreover, they fail to effectively address the challenge of bridging algorithm simulation with actual deployment, necessitating a comprehensive solution covering the entire lifecycle. This paper proposes the RflySim ToolChain, specifically designed to accelerate the development and validation of such systems. It adopts a model-based design approach, integrating modeling and simulation, low-level reliable control, and high-level swarm decision-making modules, covering the entire process from modeling and simulation to testing and deployment. This toolchain satisfies full-stack development requirements: its modular architecture, coupled with a配套 SDK, enables automated development workflows, while high-fidelity models and a robust architecture ensure seamless transition from simulation to real-world deployment. This paper further validates the practical effectiveness of the toolchain through a series of case studies.
2021¶
📄 RflySim: A Rapid Multicopter Development Platform for Education and Research Based on Pixhawk and MATLAB¶
Authors: Shuai Wang, Xunhua Dai, Chenxu Ke and Quan Quan
Journal/Conference: 2021 International Conference on Unmanned Aircraft Systems (ICUAS)
Link: 🔗 10.1109/ICUAS51884.2021.9476786 📥 View PDF
Keywords: Education Pixhawk MATLAB/Simulink HIL
📖 Expand to View Abstract
This paper proposes and open-sources the RflySim platform—a rapid development platform for UAV education and research based on Pixhawk/PX4 and MATLAB/Simulink. Leveraging model-based development principles, the platform accelerates physical deployment through software-in-the-loop (SIL) and hardware-in-the-loop (HIL) simulations. With this platform, beginners and developers can directly use MATLAB/Simulink to design low-level controllers (e.g., attitude and position control) and high-level applications (e.g., decision-making and autonomous flight), and then deploy them onto multicopter autopilot systems without touching low-level C/C++ code. The usability and efficiency of the platform are validated through three demonstration cases.
📄 RflySim: Automatic Test Platform for UAV Autopilot Systems with FPGA-based Hardware-in-the-Loop Simulations¶
Authors: Xunhua Dai, Chenxu Ke, Quan Quan, Kai-Yuan Cai
Journal/Conference: Aerospace Science and Technology
Link: 🔗 10.1016/j.ast.2021.106727 📥 View PDF
Keywords: Automatic test HIL simulations FPGA Autopilot systems
📖 Expand to View Abstract
Autopilot systems for unmanned aerial vehicles (UAVs) are safety-critical components, and their reliability and safety requirements are continuously increasing. However, testing complex autopilot control systems is time- and cost-intensive, requiring extensive outdoor flight tests throughout the entire development phase. This paper proposes an indoor automatic test platform designed to significantly enhance UAV development efficiency and safety levels. First, a unified modeling framework applicable to various aircraft types is established, facilitating the sharing of common modeling experiences and fault modes. Subsequently, a real-time simulation platform is developed using automatic code generation and FPGA-based hardware-in-the-loop simulation techniques to ensure simulation fidelity at both software and hardware levels. Finally, an automatic testing framework is proposed, which exhaustively executes test cases in real-time flight simulation and evaluates test outcomes. Validation is conducted by comparing simulation results with experimental data, confirming the platform’s accuracy and credibility; successful applications on multicopter platforms further demonstrate its practicality.