Polyhedral Collision Detection via Vertex Enumeration
Andrew Cinar, Yue Zhao, and Forrest Laine

TL;DR
This paper introduces a novel polyhedral collision detection framework that leverages vertex enumeration of convex regions to improve reliability and speed over existing methods in robotics applications.
Contribution
It presents a new convex optimization-based approach that enumerates extreme points for collision detection between polyhedra, avoiding specialized bilevel solvers.
Findings
More reliable in complex collision scenarios
Faster than existing methods in certain cases
Effective for polyhedral shapes in robotics
Abstract
Collision detection is a critical functionality for robotics. The degree to which objects collide cannot be represented as a continuously differentiable function for any shapes other than spheres. This paper proposes a framework for handling collision detection between polyhedral shapes. We frame the signed distance between two polyhedral bodies as the optimal value of a convex optimization, and consider constraining the signed distance in a bilevel optimization problem. To avoid relying on specialized bilevel solvers, our method exploits the fact that the signed distance is the minimal point of a convex region related to the two bodies. Our method enumerates the values obtained at all extreme points of this region and lists them as constraints in the higher-level problem. We compare our formulation to existing methods in terms of reliability and speed when solved using the same mixed…
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 · Optimization and Search Problems · Computational Geometry and Mesh Generation
