Cornell Box [LRDG90b]
Cornell University Program of Computer Graphics
Cornell Seal

Real-time robot motion planning using rasterizing computer graphics hardware.

Jed Lengyel, Mark Reichert, Bruce R. Donald, and Donald P. Greenberg.

Technical report TR90-1122, Department of Computer Science, Cornell University, 1990.

We present a real-time robot motion planner that is fast and complete to a resolution. The technique is guaranteed to find a path if one exists at the resolution, and all paths returned are safe. The planner can handle any polyhedral geometry of robot and obstacles, including disjoint and highly concave unions of polyhedra. The planner uses standard graphics hardware to rasterize configuration space obstacles into a series of bitmap slices, and then uses dynamic programming to create a navigation function (a discrete vector-valued function) and to calculate paths in this rasterized space. The motion paths which the planner produces are minimal with respect to an (Manhattan) distance metric that includes rotation as well as translation. Several examples are shown illustrating the competence of the planner at generating planar rotational and translational plans for complex two and three dimensional robots. Dynamic motion sequences including complicated and non-obvious backtracking solutions, can be executed in real time.

The Thesis is available online from the Cornell University Department of Computer Science as Technical Report TR90-1122.


Last updated 07/23/02 PCG www Home