English

KRRF: Kinodynamic Rapidly-exploring Random Forest algorithm for multi-goal motion planning

Robotics 2025-05-12 v1

Abstract

The problem of kinodynamic multi-goal motion planning is to find a trajectory over multiple target locations with an apriori unknown sequence of visits. The objective is to minimize the cost of the trajectory planned in a cluttered environment for a robot with a kinodynamic motion model. This problem has yet to be efficiently solved as it combines two NP-hard problems, the Traveling Salesman Problem~(TSP) and the kinodynamic motion planning problem. We propose a novel approximate method called Kinodynamic Rapidly-exploring Random Forest~(KRRF) to find a collision-free multi-goal trajectory that satisfies the motion constraints of the robot. KRRF simultaneously grows kinodynamic trees from all targets towards all other targets while using the other trees as a heuristic to boost the growth. Once the target-to-target trajectories are planned, their cost is used to solve the TSP to find the sequence of targets. The final multi-goal trajectory satisfying kinodynamic constraints is planned by guiding the RRT-based planner along the target-to-target trajectories in the TSP sequence. Compared with existing approaches, KRRF provides shorter target-to-target trajectories and final multi-goal trajectories with 1.121.1-2 times lower costs while being computationally faster in most test cases. The method will be published as an open-source library.

Keywords

Cite

@article{arxiv.2505.06126,
  title  = {KRRF: Kinodynamic Rapidly-exploring Random Forest algorithm for multi-goal motion planning},
  author = {Petr Ježek and Michal Minařík and Vojtěch Vonásek and Robert Pěnička},
  journal= {arXiv preprint arXiv:2505.06126},
  year   = {2025}
}
R2 v1 2026-06-28T23:27:23.133Z