A Search Algorithm for Simplicial Complexes
Subhrajit Bhattacharya

TL;DR
This paper introduces the Basic S* algorithm, which computes shortest paths in simplicial complexes derived from metric graphs, providing more accurate geodesic approximations in configuration spaces without requiring global embedding information.
Contribution
The paper presents a novel shortest path algorithm for simplicial complexes that better approximates geodesic paths in configuration spaces using only local graph data.
Findings
The Basic S* algorithm closely approximates geodesic paths in the original metric space.
Its computational complexity is comparable to Dijkstra's algorithm.
It improves path accuracy in motion planning applications.
Abstract
We present the `Basic S*' algorithm for computing shortest path through a metric simplicial complex. In particular, given a metric graph, , which is constructed as a discrete representation of an underlying configuration space (a larger "continuous" space/manifold typically of dimension greater than one), we consider the Rips complex, , associated with it. Such a complex, and hence shortest paths in it, represent the underlying metric space more closely than what the graph does. While discrete graph representations of continuous spaces is convenient for motion planning in configuration spaces of robotic systems, the metric induced in them by the ambient configuration space is significantly different from the metric of the configuration space itself. We remedy this problem using the simplicial complex representation. Our algorithm requires only an abstract graph,…
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.
Taxonomy
TopicsRobotic Path Planning Algorithms · Robotic Locomotion and Control · Modular Robots and Swarm Intelligence
