Tree-Based Grafting Approach for Bidirectional Motion Planning with Local Subsets Optimization
By: Liding Zhang , Yao Ling , Zhenshan Bing and more
Potential Business Impact:
Finds paths faster by fixing broken connections.
Bidirectional motion planning often reduces planning time compared to its unidirectional counterparts. It requires connecting the forward and reverse search trees to form a continuous path. However, this process could fail and restart the asymmetric bidirectional search due to the limitations of lazy-reverse search. To address this challenge, we propose Greedy GuILD Grafting Trees (G3T*), a novel path planner that grafts invalid edge connections at both ends to re-establish tree-based connectivity, enabling rapid path convergence. G3T* employs a greedy approach using the minimum Lebesgue measure of guided incremental local densification (GuILD) subsets to optimize paths efficiently. Furthermore, G3T* dynamically adjusts the sampling distribution between the informed set and GuILD subsets based on historical and current cost improvements, ensuring asymptotic optimality. These features enhance the forward search's growth towards the reverse tree, achieving faster convergence and lower solution costs. Benchmark experiments across dimensions from R^2 to R^8 and real-world robotic evaluations demonstrate G3T*'s superior performance compared to existing single-query sampling-based planners. A video showcasing our experimental results is available at: https://youtu.be/3mfCRL5SQIU
Similar Papers
Genetic Informed Trees (GIT*): Path Planning via Reinforced Genetic Programming Heuristics
Robotics
Helps robots find the best path faster.
Tree-Guided Diffusion Planner
Artificial Intelligence
Helps robots learn new tasks without retraining.
Elliptical K-Nearest Neighbors -- Path Optimization via Coulomb's Law and Invalid Vertices in C-space Obstacles
Robotics
Helps robots find paths faster in tight spaces.