osmAG-Nav: A Hierarchical Semantic Topometric Navigation Stack for Robust Lifelong Indoor Autonomy
arXiv cs.RO / 3/31/2026
📰 NewsDeveloper Stack & InfrastructureSignals & Early TrendsModels & Research
Key Points
- osmAG-Nav is introduced as a complete, open-source ROS2 navigation stack designed for robust lifelong navigation in large, multi-floor indoor (and indoor-outdoor) environments.
- The approach uses a hierarchical semantic topometric map based on OpenStreetMap Area Graph (osmAG) to decouple global topological planning from local metric execution, avoiding the scalability bottlenecks of monolithic occupancy-grid maps.
- Planning performance is improved by replacing dense grid searches with an LCA-anchored, passage-centric graph pipeline whose edge costs come from local raster traversability rather than straight-line (Euclidean) distance, enabling low-millisecond planning on campus-scale routes.
- Local computation and memory usage are stabilized via a Rolling Window local metric grid whose size is fixed around the robot, keeping the costmap footprint independent of the total mapped area.
- Robustness is further enhanced with structure-aware LiDAR localization that filters dynamic clutter using permanent architectural priors, and experiments on a >11,025 m² multi-story campus report up to 7816× lower planning latency versus a grid baseline on long routes while maintaining localization stability; the modular ROS2 Lifecycle Nodes are released as a full stack.



