How Rough is the Path? Terrain Traversability Estimation for Local and Global Path Planning

Gabriel G. Waibel, Tobias Löw, Mathieu Nass, David Howard, Tirthankar Bandyopadhyay, Paulo V. K. Borges

IEEE Transactions on Intelligent Transportation Systems (T-ITS), 2022

Website

Abstract

Perception and interpretation of the terrain is essential for robot navigation, particularly in off-road areas, where terrain characteristics can be highly variable. In such areas, humans choose a path not only based on distance to destination but also on ease of traversability. When planning a path, features such as the terrain gradient and roughness should be considered, and they can jointly represent the traversability cost of the terrain. Despite this range of contributing factors, most cost maps are currently binary in nature, solely indicating traversible versus non-traversible areas. This work presents a joint local and global planning methodology for building continuous cost maps using LIDAR, based on a novel traversability representation of the environment. We investigate two approaches. The first, a statistical approach, computes terrain cost directly from the point cloud. The second, a learning-based approach, predicts an IMU response solely from geometric point cloud data using a $2$D-Convolutional-LSTM neural network. This allows us to estimate the cost of a patch without directly driving over it, based on a data set that maps IMU signals to point cloud patches. Based on the terrain analysis, two continuous cost maps are generated to jointly select the optimal path considering distance and traversability cost for local navigation. We present a real-time terrain analysis strategy applicable for local planning, and furthermore demonstrate the straightforward application of the same approach in batch mode for global planning. Off-road autonomous driving experiments in a large and hybrid site illustrate the applicability of the method. We have made the code available online for users to test the method.

Reference

@article{waibel2022its,
    author={Waibel, G. and L\ow, T. and Nass, M. and Howard, D. and Bandyopadhyay, T. and Borges, P.},
    journal={IEEE Transactions on Intelligent Transportation Systems}, 
    title={How Rough Is the Path? Terrain Traversability Estimation for Local and Global Path Planning}, 
    year={2022},
    volume={23},
    number={9},
    pages={16462-16473},
    doi={10.1109/TITS.2022.3150328}
}