Asymptotically-Optimal Multi-Query Path Planning for a Polygonal Robot

📅 2024-09-05
🏛️ arXiv.org
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This paper addresses the multi-query optimal path planning problem for polygonal omnidirectional robots in 2D environments, where simultaneous translation and rotation must be supported. We propose the Rotational Visibility Graph (RVG), a novel index structure that models orientation discretization and reduced visibility graphs as stacked layers along the rotational dimension. RVG integrates Minkowski sum-based configuration space construction to support full-degree-of-freedom motion, yielding a resolution-complete and asymptotically optimal planner. Compared to existing single- or multi-query sampling-based methods, RVG significantly improves both computational efficiency and path quality: its optimality error converges to zero as angular resolution increases. By enabling real-time, high-quality path planning for high-DOF robots, RVG establishes a new paradigm for motion planning of omnidirectional systems.

Technology Category

Application Category

📝 Abstract
Shortest-path roadmaps, also known as reduced visibility graphs, provides a highly efficient multi-query method for computing optimal paths in two-dimensional environments. Combined with Minkowski sum computations, shortest-path roadmaps can compute optimal paths for a translating robot in 2D. In this study, we explore the intuitive idea of stacking up a set of reduced visibility graphs at different orientations for a polygonal holonomic robot to support the fast computation of near-optimal paths, allowing simultaneous 2D translation and rotation. The resulting algorithm, rotation-stacked visibility graph (RVG), is shown to be resolution-complete and asymptotically optimal. Extensive computational experiments show RVG significantly outperforms state-of-the-art single- and multi-query sampling-based methods on both computation time and solution optimality fronts.
Problem

Research questions and friction points this paper is trying to address.

Optimizing path planning for polygonal robots with translation and rotation
Developing a multi-query method for near-optimal path computation
Enhancing efficiency and optimality compared to existing sampling-based methods
Innovation

Methods, ideas, or system contributions that make the work stand out.

Stacking reduced visibility graphs for orientations
Combining Minkowski sums with visibility graphs
Rotation-stacked visibility graph for optimal paths