Search papers, labs, and topics across Lattice.
This paper introduces AerialClaw, an open-source framework that transforms unmanned aerial vehicles (UAVs) from command-following platforms into autonomous decision-making agents capable of interpreting natural-language missions. By integrating a modular architecture that combines hard and soft skills with LLM-driven decision-making, AerialClaw allows UAVs to maintain context, adapt their actions based on real-time feedback, and execute complex tasks iteratively. The framework enhances flexibility and reproducibility in UAV applications, demonstrating its capability through various simulation environments and deployment scripts.
AerialClaw empowers UAVs to autonomously interpret and adapt to missions in real-time, revolutionizing aerial operations beyond static command sequences.
Unmanned aerial vehicles (UAVs) are increasingly used in inspection, search and rescue, environmental monitoring, and emergency response. However, most UAV applications still rely on pre-defined command sequences or task-specific pipelines, where developers manually connect perception, planning, flight control, simulation, logging, and safety modules. This limits the flexibility, reproducibility, and extensibility of autonomous aerial systems. This paper presents AerialClaw, an open-source software framework that enables UAVs to operate as decision-making aerial agents rather than merely command-following platforms. Given a natural-language mission, AerialClaw allows an LLM-based agent to understand the task, maintain context, invoke executable aerial skills, observe perception and runtime feedback, and iteratively update its decisions in a closed loop. The framework adopts a modular brain-skill-runtime architecture, combining hard skills for atomic UAV operations, Markdown-based soft skills for reusable task strategies, document-driven agent state and capability boundaries, memory-driven reflection, safety-oriented runtime validation, and platform-agnostic execution adapters. AerialClaw supports lightweight mock execution, PX4 SITL with Gazebo, and AirSim-based simulation, together with a web console, pluggable model backends, example missions, simulation assets, and staged deployment scripts. By combining standardized aerial skills, document-driven agent state, memory, and closed-loop LLM decision-making, AerialClaw provides a reproducible and extensible open-source framework for building UAV systems that can interpret missions, make decisions, execute skills, and adapt their behavior from feedback.