TL;DR
This paper introduces SFF*, a novel sampling-based planner that constructs multiple trees to efficiently find shorter collision-free paths for multi-goal routing, improving TSP solutions in obstacle-rich environments.
Contribution
The paper presents SFF*, a new multi-tree sampling-based planner that enhances path quality and TSP solutions for multi-goal path planning among obstacles.
Findings
SFF* finds shorter collision-free paths than existing methods.
SFF* improves the overall TSP solution cost.
Computational results validate SFF*'s effectiveness.
Abstract
In this paper, we propose a novel sampling-based planner for multi-goal path planning among obstacles, where the objective is to visit predefined target locations while minimizing the travel costs. The order of visiting the targets is often achieved by solving the Traveling Salesman Problem (TSP) or its variants. TSP requires to define costs between the individual targets, which - in a map with obstacles - requires to compute mutual paths between the targets. These paths, found by path planning, are used both to define the costs (e.g., based on their length or time-to-traverse) and also they define paths that are later used in the final solution. To enable TSP finding a good-quality solution, it is necessary to find these target-to-target paths as short as possible. We propose a sampling-based planner called Space-Filling Forest (SFF*) that solves the part of finding collision-free…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
