quadcopter
Flow-Based Path Planning for Multiple Homogenous UAVs for Outdoor Formation-Flying
Ibrahim, Mahmud Suhaimi, Rahman, Shantanu, Hasan, Muhammad Samin, Ahmad, Minhaj Uddin, Abrar, Abdullah
Collision-free path planning is the most crucial component in multi-UAV formation-flying (MFF). We use unlabeled homogenous quadcopters (UAVs) to demonstrate the use of a flow network to create complete (inter-UAV) collision-free paths. This procedure has three main parts: 1) Creating a flow network graph from physical GPS coordinates, 2) Finding a path of minimum cost (least distance) using any graph-based path-finding algorithm, and 3) Implementing the Ford-Fulkerson Method to find the paths with the maximum flow (no collision). Simulations of up to 64 UAVs were conducted for various formations, followed by a practical experiment with 3 quadcopters for testing physical plausibility and feasibility. The results of these tests show the efficacy of this method's ability to produce safe, collision-free paths.
- Information Technology (0.69)
- Aerospace & Defense (0.68)
Dreaming Falcon: Physics-Informed Model-Based Reinforcement Learning for Quadcopters
Vytla, Eashan, Kalavakolanu, Bhavanishankar, Perrault, Andrew, McCrink, Matthew
Model-based reinforcement learning (RL) has shown strong potential in handling these challenges while remaining sample-efficient. Additionally, Dreamer has demonstrated that online model-based RL can be achieved using a recurrent world model trained on replay buffer data. However, applying Dreamer to aerial systems has been quite challenging due to its sample inefficiency and poor generalization of dynamics models. Our work explores a physics-informed approach to world model learning and improves policy performance. The world model treats the quadcopter as a free-body system and predicts the net forces and moments acting on it, which are then passed through a 6-DOF Runge-Kutta integrator (RK4) to predict future state rollouts. In this paper, we compare this physics-informed method to a standard RNN-based world model. Although both models perform well on the training data, we observed that they fail to generalize to new trajectories, leading to rapid divergence in state rollouts, preventing policy convergence.
ORN-CBF: Learning Observation-conditioned Residual Neural Control Barrier Functions via Hypernetworks
Derajić, Bojan, Bernhard, Sebastian, Hönig, Wolfgang
Control barrier functions (CBFs) have been demonstrated as an effective method for safety-critical control of autonomous systems. Although CBFs are simple to deploy, their design remains challenging, motivating the development of learning-based approaches. Yet, issues such as suboptimal safe sets, applicability in partially observable environments, and lack of rigorous safety guarantees persist. In this work, we propose observation-conditioned neural CBFs based on Hamilton-Jacobi (HJ) reachability analysis, which approximately recover the maximal safe sets. We exploit certain mathematical properties of the HJ value function, ensuring that the predicted safe set never intersects with the observed failure set. Moreover, we leverage a hypernetwork-based architecture that is particularly suitable for the design of observation-conditioned safety filters. The proposed method is examined both in simulation and hardware experiments for a ground robot and a quadcopter. The results show improved success rates and generalization to out-of-domain environments compared to the baselines.
Autonomous Close-Proximity Photovoltaic Panel Coating Using a Quadcopter
Jacquemont, Dimitri, Bosio, Carlo, Yang, Teaya, Zhang, Ruiqi, Orun, Ozgur, Li, Shuai, Alam, Reza, Schutzius, Thomas M., Makiharju, Simo A., Mueller, Mark W.
Photovoltaic (PV) panels are becoming increasingly widespread in the domain of renewable energy, and thus, small efficiency gains can have massive effects. Anti-reflective and self-cleaning coatings enhance panel performance but degrade over time, requiring periodic reapplication. Uncrewed Aerial Vehicles (UAVs) offer a flexible and autonomous way to apply protective coatings more often and at lower cost compared to traditional manual coating methods. In this letter, we propose a quadcopter-based system, equipped with a liquid dispersion mechanism, designed to automate such tasks. The localization stack only uses onboard sensors, relying on visual-inertial odometry and the relative position of the PV panel detected with respect to the quadcopter. The control relies on a model-based controller that accounts for the ground effect and the mass decrease of the quadcopter during liquid dispersion. We validate the autonomy capabilities of our system through extensive indoor and outdoor experiments.
Object Identification Under Known Dynamics: A PIRNN Approach for UAV Classification
Aung, Nyi Nyi, Muralles, Neil, Stein, Adrian
Abstract--This work addresses object identification under known dynamics in unmanned aerial vehicle applications, where learning and classification are combined through a physics-informed residual neural network. The proposed framework leverages physics-informed learning for state mapping and state-derivative prediction, while a softmax layer enables multi-class confidence estimation. Quadcopter, fixed-wing, and helicopter aerial vehicles are considered as case studies. The results demonstrate high classification accuracy with reduced training time, offering a promising solution for system identification problems in domains where the underlying dynamics are well understood. I. INTRODUCTION The increasing deployment of unmanned aerial vehicles (UA Vs) in civilian and defense sectors has elevated the importance of dynamic modeling and intent inference for tasks such as control, classification, and anomaly detection. Traditional approaches to UA V identification rely primarily on visual, radio-frequency, or pattern-based features, which are vulnerable in contested or adversarial environments [1], [2].
The Heterogeneous Multi-Agent Challenge
Dansereau, Charles, Lopez-Yepez, Junior-Samuel, Soma, Karthik, Fagette, Antoine
Multi-Agent Reinforcement Learning (MARL) is a growing research area which gained significant traction in recent years, extending Deep RL applications to a much wider range of problems. A particularly challenging class of problems in this domain is Heterogeneous Multi-Agent Reinforcement Learning (HeMARL), where agents with different sensors, resources, or capabilities must cooperate based on local information. The large number of real-world situations involving heterogeneous agents makes it an attractive research area, yet underexplored, as most MARL research focuses on homogeneous agents (e.g., a swarm of identical robots). In MARL and single-agent RL, standardized environments such as ALE and SMAC have allowed to establish recognized benchmarks to measure progress. However, there is a clear lack of such standardized testbed for cooperative HeMARL. As a result, new research in this field often uses simple environments, where most algorithms perform near optimally, or uses weakly heterogeneous MARL environments.
- Information Technology > Artificial Intelligence > Representation & Reasoning > Agents (1.00)
- Information Technology > Artificial Intelligence > Machine Learning > Reinforcement Learning (1.00)
- Information Technology > Artificial Intelligence > Machine Learning > Learning Graphical Models > Undirected Networks > Markov Models (0.46)
Fault Tolerant Control of a Quadcopter using Reinforcement Learning
Habib, Muzaffar, Maqsood, Adnan, Din, Adnan Fayyaz ud
This study presents a novel reinforcement learning (RL)-based control framework aimed at enhancing the safety and robustness of the quadcopter, with a specific focus on resilience to in-flight one propeller failure. Addressing the critical need of a robust control strategy for maintaining a desired altitude for the quadcopter to safe the hardware and the payload in physical applications. The proposed framework investigates two RL methodologies Dynamic Programming (DP) and Deep Deterministic Policy Gradient (DDPG), to overcome the challenges posed by the rotor failure mechanism of the quadcopter. DP, a model-based approach, is leveraged for its convergence guarantees, despite high computational demands, whereas DDPG, a model-free technique, facilitates rapid computation but with constraints on solution duration. The research challenge arises from training RL algorithms on large dimensions and action domains. With modifications to the existing DP and DDPG algorithms, the controllers were trained not only to cater for large continuous state and action domain and also achieve a desired state after an inflight propeller failure. To verify the robustness of the proposed control framework, extensive simulations were conducted in a MATLAB environment across various initial conditions and underscoring its viability for mission-critical quadcopter applications. A comparative analysis was performed between both RL algorithms and their potential for applications in faulty aerial systems.
- Asia > Pakistan > Islamabad Capital Territory > Islamabad (0.04)
- Asia > Middle East > Jordan (0.04)
- Europe > Greece > Central Macedonia > Thessaloniki (0.04)
- Transportation > Air (1.00)
- Aerospace & Defense (1.00)
Implementation and evaluation of a prediction algorithm for an autonomous vehicle
This paper presents a prediction algorithm that estimates the vehicle trajectory every five milliseconds for an autonomous vehicle. A kinematic and a dynamic bicycle model are compared, with the dynamic model exhibiting superior accuracy at higher speeds. Vehicle parameters such as mass, center of gravity, moment of inertia, and cornering stiffness are determined experimentally. For cornering stiffness, a novel measurement procedure using optical position tracking is introduced. The model is incorporated into an extended Kalman filter and implemented in a ROS node in C++. The algorithm achieves a positional deviation of only 1.25 cm per meter over the entire test drive and is up to 82.6% more precise than the kinematic model.
- Europe > Germany > Baden-Württemberg > Stuttgart Region > Stuttgart (0.05)
- Europe > Germany > Hesse > Darmstadt Region > Wiesbaden (0.04)
- Asia > Singapore (0.04)
VLH: Vision-Language-Haptics Foundation Model
Fuentes, Luis Francisco Moreno, Khan, Muhammad Haris, Cabrera, Miguel Altamirano, Serpiva, Valerii, Iarchuk, Dmitri, Mahmoud, Yara, Tokmurziyev, Issatay, Tsetserukou, Dzmitry
We present VLH, a novel Visual-Language-Haptic Foundation Model that unifies perception, language, and tactile feedback in aerial robotics and virtual reality. Unlike prior work that treats haptics as a secondary, reactive channel, VLH synthesizes mid-air force and vibration cues as a direct consequence of contextual visual understanding and natural language commands. Our platform comprises an 8-inch quadcopter equipped with dual inverse five-bar linkage arrays for localized haptic actuation, an egocentric VR camera, and an exocentric top-down view. Visual inputs and language instructions are processed by a fine-tuned OpenVLA backbone - adapted via LoRA on a bespoke dataset of 450 multimodal scenarios - to output a 7-dimensional action vector (Vx, Vy, Vz, Hx, Hy, Hz, Hv). INT8 quantization and a high-performance server ensure real-time operation at 4-5 Hz. In human-robot interaction experiments (90 flights), VLH achieved a 56.7% success rate for target acquisition (mean reach time 21.3 s, pose error 0.24 m) and 100% accuracy in texture discrimination. Generalization tests yielded 70.0% (visual), 54.4% (motion), 40.0% (physical), and 35.0% (semantic) performance on novel tasks. These results demonstrate VLH's ability to co-evolve haptic feedback with perceptual reasoning and intent, advancing expressive, immersive human-robot interactions.
- Europe > Russia (0.06)
- Asia > Russia (0.06)
- North America > Costa Rica > Heredia Province > Heredia (0.04)
- Information Technology (0.68)
- Education (0.68)
- Transportation > Air (0.47)
Taking Flight with Dialogue: Enabling Natural Language Control for PX4-based Drone Agent
Lim, Shoon Kit, Chong, Melissa Jia Ying, Khor, Jing Huey, Ling, Ting Yang
--Recent advances in agentic and physical Artificial Intelligence (AI) have largely focused on ground-based platforms--such as humanoid and wheeled robots--leaving aerial robots relatively underexplored. At the same time, state-of-the-art UA V multimodal vision-language systems typically depend on closed-source models accessible only to well-resourced organizations. T o democratize natural language control of autonomous drones, an open-source agentic framework is presented that integrates PX4-based flight control, Robot Operating System 2 (ROS2) middleware, and locally hosted models using Ollama. Performance is evaluated both in simulation and on a custom quadcopter platform, benchmarking four Large Language Model (LLM) families for command generation and three Vision Language Model (VLM) families for scene understanding. Results indicate that the LLMs, specifically Gemma3, Qwen2.5, and Llama-3.2, consistently produced 100% valid flight commands, while DeepSeek-LLM demonstrated significantly lower performance at 38%. Additionally, all VLMs assessed, including Gemma3, Llama3.2-Vision, and Llava1.6, are able to detect the presence of specified objects and give valid binary responses ranging from 97% to 100%.
- Asia > Malaysia > Johor > Johor Darul Takim (0.05)
- Europe > United Kingdom > England > Greater London > London (0.04)
- Asia > Middle East > UAE > Dubai Emirate > Dubai (0.04)