A Probabilistic Motion Model for Skid-Steer Wheeled Mobile Robot Navigation on Off-Road Terrains

Ananya Trivedi,Mark Zolotas,Adeeb Abbas,Sarvesh Prajapati,Salah Bazzi,Taskın Padır
2024-02-29
Abstract:Skid-Steer Wheeled Mobile Robots (SSWMRs) are increasingly being used for off-road autonomy applications. When turning at high speeds, these robots tend to undergo significant skidding and slipping. In this work, using Gaussian Process Regression (GPR) and Sigma-Point Transforms, we estimate the non-linear effects of tire-terrain interaction on robot velocities in a probabilistic fashion. Using the mean estimates from GPR, we propose a data-driven dynamic motion model that is more accurate at predicting future robot poses than conventional kinematic motion models. By efficiently solving a convex optimization problem based on the history of past robot motion, the GPR augmented motion model generalizes to previously unseen terrain conditions. The output distribution from the proposed motion model can be used for local motion planning approaches, such as stochastic model predictive control, leveraging model uncertainty to make safe decisions. We validate our work on a benchmark real-world multi-terrain SSWMR dataset. Our results show that the model generalizes to three different terrains while significantly reducing errors in linear and angular motion predictions. As shown in the attached video, we perform a separate set of experiments on a physical robot to demonstrate the robustness of the proposed algorithm.
Robotics
What problem does this paper attempt to address?
### Problems Addressed by the Paper The paper aims to address the issues encountered by Skid-Steer Wheeled Mobile Robots (SSWMRs) during autonomous navigation on unpaved surfaces. Specifically: 1. **Impact of Tire Slip and Skid**: When these robots make high-speed turns, significant tire slip and skid phenomena occur. Traditional motion models cannot accurately predict the robot's movement under these conditions. 2. **Probabilistic Motion Model**: The paper proposes a probabilistic motion model based on Gaussian Process Regression (GPR) to estimate the nonlinear effects of tire-ground interaction on the robot's speed. 3. **Multi-Terrain Adaptability**: By combining the outputs of multiple Gaussian process models, this method can adapt to various terrain conditions and has a certain degree of generalization capability for previously unseen terrains. 4. **Experimental Validation**: The paper validates the effectiveness of the model on a set of benchmark real-world datasets, showing a significant reduction in linear and angular velocity prediction errors across different terrains. In summary, the paper aims to improve the motion prediction accuracy of SSWMRs in complex terrain conditions by introducing a new probabilistic motion model.