From Simulation to Field: Learning Terrain Traversability for Real-World Deployment
Fetullah Atas, Grzegorz Cielniak, Lars Grimstad
TL;DR
This work tackles the problem of estimating traversability in unstructured outdoor settings with a direction-aware, continuous cost approach. It introduces TraverseNet, a LIDAR–IMU‑based neural network that yields robot‑direction sensitive traversability by fusing dense point clouds with inertial information, trained through an automated high‑fidelity simulation data pipeline and evaluated on both simulated and real platforms. Key contributions include automatic data generation for labeling via locomotion cues, dense robot-centric map construction using GPU-ICP, and demonstrations that the learned traversability maps improve path planning and autonomous exploration, even without real-world training data. The approach achieves state-of-the-art or superior results in MAE metrics on traversability costs, generalizes to real-world forest-like environments, and is released as open-source to accelerate practical deployment in field robotics.
Abstract
The challenge of traversability estimation is a crucial aspect of autonomous navigation in unstructured outdoor environments such as forests. It involves determining whether certain areas are passable or risky for robots, taking into account factors like terrain irregularities, slopes, and potential obstacles. The majority of current methods for traversability estimation operate on the assumption of an offline computation, overlooking the significant influence of the robot's heading direction on accurate traversability estimates. In this work, we introduce a deep neural network that uses detailed geometric environmental data together with the robot's recent movement characteristics. This fusion enables the generation of robot direction awareness and continuous traversability estimates, essential for enhancing robot autonomy in challenging terrains like dense forests. The efficacy and significance of our approach are underscored by experiments conducted on both simulated and real robotic platforms in various environments, yielding quantitatively superior performance results compared to existing methods. Moreover, we demonstrate that our method, trained exclusively in a high-fidelity simulated setting, can accurately predict traversability in real-world applications without any real data collection. Our experiments showcase the advantages of our method for optimizing path-planning and exploration tasks within difficult outdoor environments, underscoring its practicality for effective, real-world robotic navigation. In the spirit of collaborative advancement, we have made the code implementation available to the public.
