Collision-Aware Traversability Analysis for Autonomous Vehicles in the Context of Agricultural Robotics
Florian Philippe, Johann Laconte, Pierre-Jean Lapray, Matthias Spisser, Jean-Philippe Lauffenburger
TL;DR
This work tackles safe autonomous navigation for agricultural UGVs in unstructured environments by fusing LiDAR depth with multispectral imagery to build a mass-density augmented map. It introduces a physics-based traversability metric where the expected velocity after potential collisions is captured by $v_R^f = \frac{m_R}{m_R+m_i} v_R$ and the continuous cost $\alpha = \exp\left(-\frac{1}{m_R}\int_{\mathcal{P}} d_m(a)\, da\right)$ (discretized as $\alpha = \exp\left(-\frac{1}{m_R} \sum_{c_i\in\mathcal{P}} d_m(i)\, a_c\right)$). Mass density per semantic class is computed as $\mathbb{E}[d_m] = \frac{\sum_i d_m(c_i)\, p(s|c_i)}{\sum_i p(s|c_i)}$, enabling a 2D traversal-cost grid used by a local planner to select safer paths. The approach is validated with a real-world sensor setup, showing NDVI-based vegetation indices offer robust segmentation, and demonstrates how semantic awareness reduces risky interactions while remaining computationally feasible for real-time deployment. Overall, the method provides a collision-aware, physics-grounded framework for adaptable, semantically informed traversability in agricultural robotics.
Abstract
In this paper, we introduce a novel method for safe navigation in agricultural robotics. As global environmental challenges intensify, robotics offers a powerful solution to reduce chemical usage while meeting the increasing demands for food production. However, significant challenges remain in ensuring the autonomy and resilience of robots operating in unstructured agricultural environments. Obstacles such as crops and tall grass, which are deformable, must be identified as safely traversable, compared to rigid obstacles. To address this, we propose a new traversability analysis method based on a 3D spectral map reconstructed using a LIDAR and a multispectral camera. This approach enables the robot to distinguish between safe and unsafe collisions with deformable obstacles. We perform a comprehensive evaluation of multispectral metrics for vegetation detection and incorporate these metrics into an augmented environmental map. Utilizing this map, we compute a physics-based traversability metric that accounts for the robot's weight and size, ensuring safe navigation over deformable obstacles.
