English

PUTN: A Plane-fitting based Uneven Terrain Navigation Framework

Robotics 2022-09-28 v2

Abstract

Autonomous navigation of ground robots has been widely used in indoor structured 2D environments, but there are still many challenges in outdoor 3D unstructured environments, especially in rough, uneven terrains. This paper proposed a plane-fitting based uneven terrain navigation framework (PUTN) to solve this problem. The implementation of PUTN is divided into three steps. First, based on Rapidly-exploring Random Trees (RRT), an improved sample-based algorithm called Plane Fitting RRT* (PF-RRT*) is proposed to obtain a sparse trajectory. Each sampling point corresponds to a custom traversability index and a fitted plane on the point cloud. These planes are connected in series to form a traversable strip. Second, Gaussian Process Regression is used to generate traversability of the dense trajectory interpolated from the sparse trajectory, and the sampling tree is used as the training set. Finally, local planning is performed using nonlinear model predictive control (NMPC). By adding the traversability index and uncertainty to the cost function, and adding obstacles generated by the real-time point cloud to the constraint function, a safe motion planning algorithm with smooth speed and strong robustness is available. Experiments in real scenarios are conducted to verify the effectiveness of the method. The source code is released for the reference of the community.

Keywords

Cite

@article{arxiv.2203.04541,
  title  = {PUTN: A Plane-fitting based Uneven Terrain Navigation Framework},
  author = {Zhuozhu Jian and Zihong Lu and Xiao Zhou and Bin Lan and Anxing Xiao and Xueqian Wang and Bin Liang},
  journal= {arXiv preprint arXiv:2203.04541},
  year   = {2022}
}

Comments

Accepted by IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS) 2022

R2 v1 2026-06-24T10:06:56.600Z