Pith. sign in

REVIEW 2 cited by

GCS*: Forward Heuristic Search on Implicit Graphs of Convex Sets

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2407.08848 v3 pith:EIUGYCAO submitted 2024-07-11 cs.RO

classification cs.RO
keywords searchcompletepathplanningcontactcontinuous-valuedconvexcost-optimal
verification ladder T0 review T1 audit T2 compute T3 formal
0 comments
read the original abstract

We consider large-scale, implicit-search-based solutions to Shortest Path Problems on Graphs of Convex Sets (GCS). We propose GCS*, a forward heuristic search algorithm that generalizes A* search to the GCS setting, where a continuous-valued decision is made at each graph vertex, and constraints across graph edges couple these decisions, influencing costs and feasibility. Such mixed discrete-continuous planning is needed in many domains, including motion planning around obstacles and planning through contact. This setting provides a unique challenge for best-first search algorithms: the cost and feasibility of a path depend on continuous-valued points chosen along the entire path. We show that by pruning paths that are cost-dominated over their entire terminal vertex, GCS* can search efficiently while still guaranteeing cost-optimality and completeness. To find satisficing solutions quickly, we also present a complete but suboptimal variation, pruning instead reachability-dominated paths. We implement these checks using polyhedral-containment or sampling-based methods. The former implementation is complete and cost-optimal, while the latter is probabilistically complete and asymptotically cost-optimal and performs effectively even with minimal samples in practice. We demonstrate GCS* on planar pushing tasks where the combinatorial explosion of contact modes renders prior methods intractable and show it performs favorably compared to the state-of-the-art. Project website: https://shaoyuan.cc/research/gcs-star/

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Discrete-Guided Diffusion for Scalable and Safe Multi-Robot Motion Planning

    cs.RO 2025-08 reject novelty 6.0 of 10

    DGD uses MAPF plans to guide diffusion sampling inside convex regions and claims scalable multi-robot motion planning, but the cross-region collision assumption is not supported.

  2. Mixed Discrete and Continuous Planning using Shortest Walks in Graphs of Convex Sets

    cs.RO 2025-07 conditional novelty 6.0 of 10

    Shortest walks in graphs of convex sets, guided by SDP-computed cost-to-go lower bounds, provide a unified approximate planner for robot motion, skill chaining, and hybrid control.

Pith tools