Exploiting Euclidean Distance Field Properties for Fast and Safe 3D planning with a modified Lazy Theta*
Jose A. Cobano, L. Merino, F. Caballero
TL;DR
This work introduces FS-Planner, a fast, safe 3D path planner built on a modified Lazy Theta* that leverages Euclidean Distance Fields to compute obstacle-proximity-aware costs. By defining an EDF-based edge cost $c(s_i,s_{i+1})$ that includes an EDF integral term and proving it satisfies the triangle inequality, the method enables efficient parent selection while maintaining safety. A gradient-based neighbour-selection strategy reduces expansions, and an analytic approximation of the EDF integral along segments accelerates cost evaluation. Extensive 3D and real-world experiments show significant reductions in computation time and node exploration, with improved safety and geometric smoothness, and the approach is applicable as a drop-in cost term for other planners. The results suggest EDF-informed planning can deliver real-time, robust performance in complex 3D environments, broadening the utility of EDFs in practical robotics planning.
Abstract
This paper presents the FS-Planner, a fast graph-search planner based on a modified Lazy Theta* algorithm that exploits the analytical properties of Euclidean Distance Fields (EDFs). We introduce a new cost function that integrates an EDF-based term proven to satisfy the triangle inequality, enabling efficient parent selection and reducing computation time while generating safe paths with smaller heading variations. We also derive an analytic approximation of the EDF integral along a segment and analyze the influence of the line-of-sight limit on the approximation error, motivating the use of a bounded visibility range. Furthermore, we propose a gradient-based neighbour-selection mechanism that decreases the number of explored nodes and improves computational performance without degrading safety or path quality. The FS-Planner produces safe paths with small heading changes without requiring the use of post-processing methods. Extensive experiments and comparisons in challenging 3D indoor simulation environments, complemented by tests in real-world outdoor environments, are used to evaluate and validate the FS-Planner. The results show consistent improvements in computation time, exploration efficiency, safety, and smoothness in a geometric sense compared with baseline heuristic planners, while maintaining sub-optimality within acceptable bounds. Finally, the proposed EDF-based cost formulation is orthogonal to the underlying search method and can be incorporated into other planning paradigms.
