Direction Informed Trees (DIT*): Optimal Path Planning via Direction Filter and Direction Cost Heuristic
By: Liding Zhang , Kejia Chen , Kuanqi Cai and more
Potential Business Impact:
Finds the best path faster for robots.
Optimal path planning requires finding a series of feasible states from the starting point to the goal to optimize objectives. Popular path planning algorithms, such as Effort Informed Trees (EIT*), employ effort heuristics to guide the search. Effective heuristics are accurate and computationally efficient, but achieving both can be challenging due to their conflicting nature. This paper proposes Direction Informed Trees (DIT*), a sampling-based planner that focuses on optimizing the search direction for each edge, resulting in goal bias during exploration. We define edges as generalized vectors and integrate similarity indexes to establish a directional filter that selects the nearest neighbors and estimates direction costs. The estimated direction cost heuristics are utilized in edge evaluation. This strategy allows the exploration to share directional information efficiently. DIT* convergence faster than existing single-query, sampling-based planners on tested problems in R^4 to R^16 and has been demonstrated in real-world environments with various planning tasks. A video showcasing our experimental results is available at: https://youtu.be/2SX6QT2NOek
Similar Papers
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.
Genetic Informed Trees (GIT*): Path Planning via Reinforced Genetic Programming Heuristics
Robotics
Helps robots find the best path faster.
Estimated Informed Anytime Search for Sampling-Based Planning via Adaptive Sampler
Robotics
Helps robots find the fastest path quicker.