Efficient Path Planning in Narrow Passages for Robots with Ellipsoidal Components
Sipu Ruan, Karen L. Poblete, Hongtao Wu, Qianli Ma, Gregory S., Chirikjian

TL;DR
This paper introduces a novel path planning method for robots navigating narrow passages by modeling robots with ellipsoids and using explicit geometric parameterization to improve efficiency and success rates.
Contribution
The paper develops a new planning paradigm that explicitly models configuration-space obstacles and guarantees collision-free transitions, outperforming traditional sampling-based planners in narrow environments.
Findings
Outperforms existing planners in narrow corridor scenarios.
Reduces computational time for path planning.
Successfully applied to humanoid robot navigation in cluttered environments.
Abstract
Path planning has long been one of the major research areas in robotics, with PRM and RRT being two of the most effective classes of planners. Though generally very efficient, these sampling-based planners can become computationally expensive in the important case of "narrow passages". This paper develops a path planning paradigm specifically formulated for narrow passage problems. The core is based on planning for rigid-body robots encapsulated by unions of ellipsoids. Each environmental feature is represented geometrically using a strictly convex body with a boundary (e.g., superquadric). The main benefit of doing this is that configuration-space obstacles can be parameterized explicitly in closed form, thereby allowing prior knowledge to be used to avoid sampling infeasible configurations. Then, by characterizing a tight volume bound for multiple ellipsoids, robot…
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
