Search
Close this search box.

Planning Near Optimal Corridors

Abstract

Planning Near Optimal Corridors
Using Corridors for Motion Planning

The motion-planning problem, involving the computation of a collision-free path for a moving entity amidst obstacles, is a central problem in fields like Robotics and Game Design. In this project we study the problem of planning high-quality paths.

A high-quality path should have some desirable properties: it should be short, avoiding long detours—and at the same time it should stay at a safe distance from the obstacles, namely it should have clearance.

We suggest a quality measure for paths, which balances between the above criteria of minimizing the path length while maximizing its clearance. We analyze the properties of optimal paths according to our measure, and devise an approximation algorithm to compute near-optimal paths amidst polygonal obstacles in the plane.

We also apply our quality measure to corridors. Instead of planning a one-dimensional motion path for moving entity, it is often more convenient to let the entity move in a corridor, where the exact motion path is determined by a local planner. We show that planning an optimal corridor is equivalent to planning an optimal path with bounded clearance.

Illustrations

Example of a BoundedVoronoi Diagram
Example of a Bounded Voronoi Diagram

Polygonal Obstacles
Polygonal Obstacles

Example of a BoundedVoronoi Diagram for Polygons
Example of a Bounded Voronoi Diagram for Polygons

Links

  • Ron Wein, Jur van den Berg, and Dan Halperin
    Planning High-Quality Paths and Corridors amidst Obstacles
    International Journal on Robotics Research,  27: 1213–1231, 2008 [link] [bibtex]
  • Ron Wein, Jur van den Berg, and Dan Halperin
    Planning High-Quality Paths and Corridors Amidst Obstacles
    Algorithmic Foundations of Robotics VII, Volume 47 of STAR, pages 491–506, 2008 [link][bibtex]
  • Ron Wein‘s presentation
    Planning Near-Optimal Corridors Amidst Obstacles
    Presented at the ACS meeting, Athens, May 2006 [ppt]
  • Ron Wein
    The Integration of Exact Arrangements with Effective Motion Planning
    Ph.D. Thesis, Tel Aviv University, March 2007 [pdf][bibtex]
  • Jur van den Berg
    Path Planning in Dynamic Environments
    Ph.D. Thesis, Utrecht University, The Netherlands, 2007

Contacts

Ron Wein
Dan Halperin
@phdthesis{w-ieaem-07,
  author      = {Ron Wein},
  title       = {The Integration of Exact Arrangements with Effective Motion Planning},
  type        = {{P}h.{D}. Thesis},
  school      = {The Blavatnik School of Computer Science, Tel Aviv University},
  year        = {2007}
}
@article{wbh-phpc-08,
  author    = {Ron Wein and Jur P. van den Berg and Dan Halperin},
  title     = {Planning High-quality Paths and Corridors Amidst Obstacles},
  journal   = {International Journal on Robotics Research},
  volume    = {27},
  number    = {11--12},
  year      = {2008},
  pages     = {1213--1231},
  doi       = {10.1177/0278364908097213}
}
@incollection{wvh-pnoca-08,
  author = {Ron Wein and Jur van den Berg and Dan Halperin},
  editor = {Srinivas Akella and Nancy M. Amato and Wesley H. Huang and Bud Mishra},
  title = {Planning Near-Optimal Corridors Amidst Obstacles},
  bookTitle = {Algorithmic Foundation of Robotics VII: Selected Contributions of the 7th International Workshop on the Algorithmic Foundations of Robotics ({WAFR})},
  year = {2008},
  publisher = {Springer},
  pages = {491--506},
  series = {Springer Tracts in Advanced Robotics ({STAR})},
  volume = {47},
  doi = {10.1007/978-3-540-68405-3_31}
}

Yair Oz - Webcreator

Contact

Skip to content