Search papers, labs, and topics across Lattice.
This paper introduces StairMaster, a three-stage reinforcement learning framework designed to enable quadrupedal robots to navigate the challenging terrain of hollow stairs, which pose risks such as leg trapping and depth sparsity. The framework utilizes a Cross-Attention mechanism for feature extraction from noisy depth data and a Spatial-aware Recurrent Unit (SRU) for maintaining spatio-temporal memory, addressing perception challenges. The successful deployment on a Unitree Go2 robot showcases its capability to climb hollow stairs with inclines of up to 55掳 through zero-shot transfer, marking a significant advancement in real-world robotic locomotion on extreme terrains.
Quadrupedal robots can now conquer hollow stairs with inclines of 55掳, a feat previously unattainable in real-world settings.
Climbing hollow stairs remains a challenging problem for quadruped robots due to the high risk of leg trapping, severe depth sparsity, and high-frequency depth-sensing noise. In this paper, we propose StairMaster, a novel three-stage reinforcement learning framework for stable locomotion on such extreme discontinuous terrains. Our architecture integrates a Cross-Attention mechanism to extract structural features from noisy depth data, alongside a Spatial-aware Recurrent Unit (SRU) that maintains robust spatio-temporal memory to mitigate perception blind spots. To bridge the sim-to-real gap in depth perception, we propose a high-fidelity sim-to-real depth sensor modeling pipeline that faithfully replicates real-world sensor artifacts. Additionally, we employ a 3D waypoint-guided active perception reward for proactive sensing, alongside hollow gap kinematic and stair edge penalties to ensure precise foothold placement. We successfully deployed StairMaster on a Unitree Go2 robot, demonstrating its ability to conquer hollow stairs with an unprecedented incline of up to 55$^\circ$ through zero-shot transfer. To the best of our knowledge, this is the first RL-based policy to achieve such steep hollow stair climbing in real-world environments. Project Website: https://sivan666666.github.io/StairMaster/.