paper-with-me

홈 › Papers

Enhancing Sampling-based Planning with a Library of Paths

2025-10-14 · Michal Minařík, Vojtěch Vonásek, Robert Pěnička arxiv

Path planning for 3D solid objects is a challenging problem, requiring a search in a six-dimensional configuration space, which is, nevertheless, essential in many robotic applications such as bin-picking and assembly. The commonly used sampling-based planners, such as Rapidly-exploring Random Trees, struggle with narrow passages where the sampling probability is low, increasing the time needed to find a solution. In scenarios like robotic bin-picking, various objects must be transported through the same environment. However, traditional planners start from scratch each time, losing valuable information gained during the planning process. We address this by using a library of past solutions, allowing the reuse of previous experiences even when planning for a new, previously unseen object. Paths for a set of objects are stored, and when planning for a new object, we find the most similar one in the library and use its paths as approximate solutions, adjusting for possible mutual transformations. The configuration space is then sampled along the approximate paths. Our method is tested in various narrow passage scenarios and compared with state-of-the-art methods from the OMPL library. Results show significant speed improvements (up to 85% decrease in the required time) of our method, often finding a solution in cases where the other planners fail. Our implementation of the proposed method is released as an open-source package.

📄 PDF Abstract BibTeX arXiv:2510.12962

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Towards Fully Environment-Aware UAVs: Real-Time Path Planning with Online 3D Wind Field Prediction in Complex Terrain

2017-12-10 · Philipp Oettershagen, Florian Achermann, Benjamin Müller, Daniel Schneider 외

Today, low-altitude fixed-wing Unmanned Aerial Vehicles (UAVs) are largely limited to primitively follow user-defined waypoints. To allow fully-autonomous remote missions in complex environments, real-time environment-aw…

Motion Planning

The Open Motion Planning Library 2.0

2026-05-28 · Weihang Guo, Theodoros Tyrovouzis, Emiliano Flores, Clayton W. Ramsey 외 arxiv

The Open Motion Planning Library (OMPL), first released in 2008, has become a cornerstone of the motion planning community, providing implementations of a wide range of state-of-the-art sampling-based algorithms. Over al…

Motion Planning

Towards High-Level Modelling in Automated Planning

2024-12-09 · Carla Davesa Sureda, Joan Espasa Arxer, Ian Miguel, Mateu Villaret Auselle

Planning is a fundamental activity, arising frequently in many contexts, from daily tasks to industrial processes. The planning task consists of selecting a sequence of actions to achieve a specified goal from specified …

CoverLib: Classifiers-equipped Experience Library by Iterative Problem Distribution Coverage Maximization for Domain-tuned Motion Planning

2024-05-05 · Hirokazu Ishida, Naoki Hiraoka, Kei Okada, Masayuki Inaba

Library-based methods are known to be very effective for fast motion planning by adapting an experience retrieved from a precomputed library. This article presents CoverLib, a principled approach for constructing and uti…

Motion Planning

Reducing Collision Checking for Sampling-Based Motion Planning Using Graph Neural Networks

2022-10-17 · NeurIPS 2021 9 · Chenning Yu, Sicun Gao

Sampling-based motion planning is a popular approach in robotics for finding paths in continuous configuration spaces. Checking collision with obstacles is the major computational bottleneck in this process. We propose n…

Motion Planning