Search papers, labs, and topics across Lattice.
The paper introduces AEROS, a novel operating architecture for robotic systems that models a robot as a single, persistent agent extended by installable Embodied Capability Modules (ECMs). AEROS enforces execution constraints and safety guarantees through a policy-separated runtime, enabling modular extensibility and composable capability execution. Experiments with a Franka Panda robot in PyBullet demonstrate AEROS achieves 100% task success across multiple tasks, outperforms baseline methods, and ensures consistent system-level safety.
Robots can achieve 100% task success and maintain safety across diverse tasks by modeling them as single agents with hot-swappable capability modules governed by a policy-separated runtime.
Robotic systems lack a principled abstraction for organizing intelligence, capabilities, and execution in a unified manner. Existing approaches either couple skills within monolithic architectures or decompose functionality into loosely coordinated modules or multiple agents, often without a coherent model of identity and control authority. We argue that a robot should be modeled as a single persistent intelligent subject whose capabilities are extended through installable packages. We formalize this view as AEROS (Agent Execution Runtime Operating System), in which each robot corresponds to one persistent agent and capabilities are provided through Embodied Capability Modules (ECMs). Each ECM encapsulates executable skills, models, and tools, while execution constraints and safety guarantees are enforced by a policy-separated runtime. This separation enables modular extensibility, composable capability execution, and consistent system-level safety. We evaluate a reference implementation in PyBullet simulation with a Franka Panda 7-DOF manipulator across eight experiments covering re-planning, failure recovery, policy enforcement, baseline comparison, cross-task generality, ECM hot-swapping, ablation, and failure boundary analysis. Over 100 randomized trials per condition, AEROS achieves 100% task success across three tasks versus baselines (BehaviorTree.CPP-style and ProgPrompt-style at 92--93%, flat pipeline at 67--73%), the policy layer blocks all invalid actions with zero false acceptances, runtime benefits generalize across tasks without task-specific tuning, and ECMs load at runtime with 100% post-swap success.