Skip to content

A Fast Algorithm for Incremental Distance Calculation

Authors: Ming C. Lin, John F. Canny

Published: 1991 (Conference Paper)

Source: IEEE International Conference on Robotics and Automation (ICRA)

Algorithm: Incremental distance calculation

DOI: 10.1109/ROBOT.1991.131723

Summary

Presents an incremental closest-feature method for distance queries between convex polyhedra, exploiting temporal coherence so repeated distance computations can often be updated in near-constant time. The idea became a practical primitive for collision checking and motion-planning systems.

Abstract

A simple and efficient algorithm for finding the closest points between two convex polyhedra is described. Data from numerous experiments tested on a broad set of convex polyhedra in R3 show that the running time is roughly constant for finding closest points when nearest points are approximately known and is linear in total number of vertices if no special initialization is done. This algorithm can be used for collision detection, computation of the distance between two polyhedra in three-dimensional space, and other robotics problems. It forms the heart of the motion planning algorithm previously presented by the authors.

Tags

  • Collision detection

  • Distance queries

  • Convex polyhedra

  • Motion planning

  • Computational geometry

  • Closest points