Evaluating Path Planning Strategies for Efficient Nitrate Sampling in Crop Rows
Ruiji Liu, Abigail Breitfeld, Srinivasan Vijayarangan, George Kantor, Francisco Yandun
TL;DR
Problem addressed: efficient nitrate sampling in crop rows requires fast, reliable local path planning under crop-row constraints. Approach: compare A* graph search, DQN-based reinforcement learning, and a heuristic method within a UAS-derived orthomosaic global map and GPS-based ground navigation on the Amiga robot. Key findings: heuristic planning achieves 0.28 ms and 100% success, A* is near-optimal, and DQN shows longer delays with occasional suboptimal routes. Significance: deterministic, geometry-aware planners excel in structured agricultural environments and motivate future hybrid and automation efforts for precision agriculture.
Abstract
This paper presents a pipeline that combines high-resolution orthomosaic maps generated from UAS imagery with GPS-based global navigation to guide a skid-steered ground robot. We evaluated three path planning strategies: A* Graph search, Deep Q-learning (DQN) model, and Heuristic search, benchmarking them on planning time and success rate in realistic simulation environments. Experimental results reveal that the Heuristic search achieves the fastest planning times (0.28 ms) and a 100% success rate, while the A* approach delivers near-optimal performance, and the DQN model, despite its adaptability, incurs longer planning delays and occasional suboptimal routing. These results highlight the advantages of deterministic rule-based methods in geometrically constrained crop-row environments and lay the groundwork for future hybrid strategies in precision agriculture.
