paper-with-me

Papers

Efficient Multi-Robot Motion Planning with Precomputed Translation-Invariant Edge Bundles

2026-05-10 · Himanshu Gupta, Paul Motter, Aritra Chakrabarty, Rishabh Sodani, Srikrishna Bangalore Raghu, Alessandro Roncone, Bradley Hayes, Zachary Sunberg arxiv

Solving multi-robot motion planning (MRMP) requires generating collision-free kinodynamically feasible trajectories for multiple interacting robots. We introduce Kinodynamic Translation-Invariant Edge Bundles or KiTE-Extend, a planner-agnostic action selection mechanism for sampling-based kinodynamic motion planning. KiTE-Extend uses a library of trajectory segments computed offline to guide action selection during online planning, improving the ability of existing planners to identify feasible motion segments without altering state propagation, collision checking, or cost evaluation, and without changing their theoretical guarantees. While KiTE-Extend can modestly improve single-agent planners, its benefits are most clear in the multi-agent setting, where it is able to explore more effectively and significantly improve planning through the dense spatiotemporal constraints introduced by robot-robot interaction. Through experiments on multiple kinodynamic systems and environments, we show that KiTE-Extend reduces planning time and improves scalability across the three most common MRMP paradigms: centralized, prioritized, and conflict-based.

📄 PDF Abstract BibTeX arXiv:2605.09801

Code (0)

등록된 구현이 없습니다.

Tasks

Motion Planning

Similar Papers 제목 키워드 기반

db-LaCAM: Fast and Scalable Multi-Robot Kinodynamic Motion Planning with Discontinuity-Bounded Search and Lightweight MAPF

2025-12-07 · Akmaral Moldagalieva, Keisuke Okumura, Amanda Prorok, Wolfgang Hönig arxiv

State-of-the-art multi-robot kinodynamic motion planners struggle to handle more than a few robots due to high computational burden, which limits their scalability and results in slow planning time. In this work, we comb…

Motion Planning

BBoE: Leveraging Bundle of Edges for Kinodynamic Bidirectional Motion Planning

2025-09-24 · Srikrishna Bangalore Raghu, Alessandro Roncone arxiv

In this work, we introduce BBoE, a bidirectional, kinodynamic, sampling-based motion planner that consistently and quickly finds low-cost solutions in environments with varying obstacle clutter. The algorithm combines ex…

Motion Planning

Approximating Constraint Manifolds Using Generative Models for Sampling-Based Constrained Motion Planning

2022-04-14 · Cihan Acar, Keng Peng Tee

Sampling-based motion planning under task constraints is challenging because the null-measure constraint manifold in the configuration space makes rejection sampling extremely inefficient, if not impossible. This paper p…

Motion Planning

Shape-Space Graphs: Fast and Collision-Free Path Planning for Soft Robots

2025-10-03 · Carina Veil, Moritz Flaschel, Ellen Kuhl arxiv

Soft robots, inspired by elephant trunks or octopus arms, offer extraordinary flexibility to bend, twist, and elongate in ways that rigid robots cannot. However, their motion planning remains a challenge, especially in c…

Collision AvoidanceMotion Planning

Planning and Execution using Inaccurate Models with Provable Guarantees

2020-03-09 · Anirudh Vemula, Yash Oza, J. Andrew Bagnell, Maxim Likhachev

Models used in modern planning problems to simulate outcomes of real world action executions are becoming increasingly complex, ranging from simulators that do physics-based reasoning to precomputed analytical motion pri…