ROMar 5, 2019

Pose Estimation of Vehicles Over Uneven Terrain

arXiv:1903.02052v15 citations
Originality Synthesis-oriented
AI Analysis

This work addresses pose estimation for off-road vehicles, which is incremental as it applies known methods to a specific domain with real-time improvements.

The paper tackles the problem of estimating the pose of off-road vehicles on uneven terrain by determining wheel-ground contact points using a rigid body contact model and a continuous terrain representation from point clouds, achieving computationally efficient real-time performance.

This paper presents a method for pose estimation of off-road vehicles moving over uneven terrain. It determines the contact points between the wheels and the terrain, assuming rigid contacts between an arbitrary number of wheels and ground. The terrain is represented by a 3D points cloud, interpolated by a B-patch to provide a continuous terrain representation. The pose estimation problem is formulated as a rigid body contact problem for a given location of the vehicle's center of mass over the terrain and a given yaw angle. The contact points between the wheels and ground are determined by releasing the vehicle from a given point above the terrain, until the contact forces between the wheels and ground, and the gravitational force, reach equilibrium. The contact forces are calculated using singular value decomposition (SVD) of the deduced contact matrix. The proposed method is computationally efficient, allowing real time computation during motion, as demonstrated in several examples. Accurate pose estimations can be used for motion planning, stability analyses and traversability analyses over uneven terrain.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes