Watch Your Step: Learning Semantically-Guided Locomotion in Cluttered Environment

arXiv cs.RO / 4/7/2026

💬 OpinionIdeas & Deep AnalysisModels & Research

Key Points

  • The paper addresses a key safety challenge for legged robots in cluttered spaces: they can mistakenly step on low-lying objects due to gaps between semantic awareness and low-level control, plus elevation-map errors.
  • It proposes SemLoco, a reinforcement learning framework that reduces collisions by performing pixel-wise foothold safety inference for more accurate foot placement.
  • SemLoco uses a two-stage RL design with both soft and hard constraints to better enforce obstacle-avoidance behavior during locomotion.
  • The method incorporates semantic maps to assign traversability costs, moving beyond purely geometric elevation data for improved real-world navigation.
  • Experiments indicate substantial collision reduction and successful deployment in more complex, unstructured real-world environments, with an accompanying demo video.

Abstract

Although legged robots demonstrate impressive mobility on rough terrain, using them safely in cluttered environments remains a challenge. A key issue is their inability to avoid stepping on low-lying objects, such as high-cost small devices or cables on flat ground. This limitation arises from a disconnection between high-level semantic understanding and low-level control, combined with errors in elevation maps during real-world operation. To address this, we introduce SemLoco, a Reinforcement Learning (RL) framework designed to avoid obstacles precisely in densely cluttered environments. SemLoco uses a two-stage RL approach that combines both soft and hard constraints. It performs pixel-wise foothold safety inference, which enables more accurate foot placement. Additionally, SemLoco integrates semantic map, allowing it to assign traversability costs instead of relying only on geometric data. SemLoco greatly reduces collisions and improves safety around sensitive objects, enabling reliable navigation in situations where traditional controllers would likely cause damage. Experimental results further show that SemLoco can be effectively applied to more complex, unstructured real-world environments. A demo video can be view at https://youtu.be/FSq-RSmIxOM.