Open-Architecture End-to-End System for Real-World Autonomous Robot Navigation

arXiv cs.RO / 4/23/2026

💬 OpinionDeveloper Stack & InfrastructureModels & Research

Key Points

  • The paper introduces a lightweight, open-architecture end-to-end system that enables real robots to autonomously navigate unknown, complex, and dynamic environments by addressing perception errors, localization uncertainty, and safety constraints.
  • The system runs on a Unitree Go2 quadruped and uses ROS 2 to integrate onboard components that fuse sensory data for localization/mapping with open-vocabulary semantics.
  • It builds continuously updated hierarchical scene graphs from an evolving semantic object map, and an LLM-based planner uses these graphs to generate and adapt multi-step plans in real time.
  • Experiments in multiple indoor environments show zero-shot real-world navigation performance exceeding 88% task success, along with analysis of behavior during deployment.

Abstract

Enabling robots to autonomously navigate unknown, complex, and dynamic real-world environments presents several challenges, including imperfect perception, partial observability, localization uncertainty, and safety constraints. Current approaches are typically limited to simulations, where such challenges are not present. In this work, we present a lightweight, open-architecture, end-to-end system for real-world robot autonomous navigation. Specifically, we deploy a real-time navigation system on a quadruped robot by integrating multiple onboard components that communicate via ROS2. Given navigation tasks specified in natural language, the system fuses onboard sensory data for localization and mapping with open-vocabulary semantics to build hierarchical scene graphs from a continuously updated semantic object map. An LLM-based planner leverages these graphs to generate and adapt multi-step plans in real time as the scene evolves. Through experiments across multiple indoor environments using a Unitree Go2 quadruped, we demonstrate zero-shot real-world autonomous navigation, achieving over 88% task success, and provide analysis of system behavior during deployment.