Path Planning Using a Potential Field Representation

Abstract

The findpath problem is the problem of moving an object to the desired position and orientation while avoiding obstacles. The authors present an approach to this problem using a potential-field representation of obstacles. A potential function similar to an electrostatic potential is assigned to each obstacle, and the topological structure of the free space is derived in the form of minimum potential valleys. A path specified by a subset of valley segments and associated object orientations, which minimizes a heuristic estimate of path length and the chance of collision, is selected as the initial guess of the solution. Then, the selected path as well as the orientation of the moving object along the path is modified to minimize a defined cost of the path. Findpath problems possessing three different levels of difficulty are identified. Path optimization is performed in up to three stages, according to the level of difficulty of the problem. These three stages are addressed by three separate algorithms which are automatically selected. The performance of the algorithms is illustrated.< <ETX xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">&gt;</ETX>

Cite

Text

Hwang and Ahuja. "Path Planning Using a Potential Field Representation." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 1989. doi:10.1109/CVPR.1989.37903

Markdown

[Hwang and Ahuja. "Path Planning Using a Potential Field Representation." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 1989.](https://mlanthology.org/cvpr/1989/hwang1989cvpr-path/) doi:10.1109/CVPR.1989.37903

BibTeX

@inproceedings{hwang1989cvpr-path,
  title     = {{Path Planning Using a Potential Field Representation}},
  author    = {Hwang, Yong Koo and Ahuja, Narendra},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {1989},
  pages     = {569-575},
  doi       = {10.1109/CVPR.1989.37903},
  url       = {https://mlanthology.org/cvpr/1989/hwang1989cvpr-path/}
}