cs.RO · 2609.04103 Copy arXiv ID · Sep 3, 2026 Save Corner Cases: Headland Coverage Path Planning for Autonomous Driving in Arable Farming Authors: Riikka Soitinaho , Timo Oksanen
Organizations: Technical University of Munich, Germany; Chair of Agrimechatronics; Munich Institute of Robotics and Machine Intelligence (MIRMI)
Abstract This paper presents a new method for headland coverage path planning for arable fields. Several earlier approaches suggest covering the headland with nested polygons and smooth turns, however, covering the field corners entirely requires manoeuvres with reversing. In the new method, the polygon corners are modified to allow a reversing turn. A comparison to two other methods considering gap, overlap, and crossing the field boundary shows an improvement in the coverage result especially in field corners of around 90 degrees, and 240 degrees and above. Applicability of the new method is shown with several examples of real polygonal field maps.
Explore similar work Jun 30, 2026 · Felipe Tommaselli, Francisco Affonso, Arthur Pompeu +4 Agricultural Robots Agricultural Landscapes
Date pending · Kasi Viswanath, Jason M. Gregory, Shaunak Kolhe +1 Traversability Autonomous Navigation
Sep 15, 2026 · Akshay Naik, Ramavarapu S. Sreenivas, Dustin Nottage +1 Vehicle Dynamics Coverage Path Planning
Jun 30, 2026 · cs.RO J/K move · Enter open · S save
Felipe Tommaselli, Francisco Affonso, Arthur Pompeu, Gianluca Capezzuto +3
Unstructured navigational features, such as irregular planting or discontinuities, remain the primary failure mode for under-canopy agricultural robots. Existing geometric approaches often fail in these scenarios because they compress high-dimensional visual data into deterministic spatial references, effectively discarding the uncertainty and semantic context required to navigate ambiguous terrain. To address this, we present LeCropFollow, a visual navigation framework that bypasses explicit geometric modeling in favor of a learned latent representation. By integrating a self-supervised semantic heatmap extractor with TD-MPC2, a Model-Based Reinforcement Learning (MBRL) planner, our system optimizes trajectories directly within a latent manifold. The framework operates over the uncompressed heatmap signal, preserving the semantic context that geometric reductions discard. We demonstrate that this representational shift enables zero-shot transfer from simplified simulation to the physical world without fine-tuning. Extensive field experiments in late-stage corn fields show that LeCropFollow matches state-of-the-art baselines in unstructured rows but significantly outperforms them in plantation gaps, achieving a 2.4x reduction in semantic failures compared to keypoint-based methods. These results suggest that latent planning offers a robust alternative to geometric estimation for operations in heterogeneous agricultural environments. Code, models, and data available: https://felipe-tommaselli.github.io/lecropfollow .