REASAN: Learning Reactive Safe Navigation for Legged Robots
About
We present a novel modularized end-to-end framework for legged reactive navigation in complex dynamic environments using a single light detection and ranging (LiDAR) sensor. The system comprises four simulation-trained modules: three reinforcement-learning (RL) policies for locomotion, safety shielding, and navigation, and a transformer-based exteroceptive estimator that processes raw point-cloud inputs. This modular decomposition of complex legged motor-control tasks enables lightweight neural networks with simple architectures, trained using standard RL practices with targeted reward shaping and curriculum design, without reliance on heuristics or sophisticated policy-switching mechanisms. We conduct comprehensive ablations to validate our design choices and demonstrate improved robustness compared to existing approaches in challenging navigation tasks. The resulting reactive safe navigation (REASAN) system achieves fully onboard and real-time reactive navigation across both single- and multi-robot settings in complex environments. We release our training and deployment code at https://github.com/ASIG-X/REASAN.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Obstacle Avoidance Navigation | Isaac Gym Navigation Hard | Success Rate (SR)77.67 | 7 | |
| Obstacle Avoidance Navigation | Isaac Gym Navigation Easy | Success Rate95.67 | 7 | |
| Obstacle Avoidance Navigation | Isaac Gym Navigation Medium | Success Rate71.33 | 7 | |
| Robot navigation | Dynamic Obstacle | Success Rate90 | 6 | |
| Robot navigation | Obstacle Course | Success Rate40 | 6 | |
| Robot navigation | S-Blend Track | Success Rate (SR)90 | 6 | |
| Robot navigation | Cluttered Room | Success Rate (SR)90 | 6 | |
| Safe Locomotion | Isaac Lab Simulation (coupled uneven terrain, static obstacles, and high-speed dynamic obstacles) | GCR84 | 4 |