paper-with-me

홈 › Papers

Safe Interval RRT* for Scalable Multi-Robot Path Planning in Continuous Space

2024-04-02 · Joonyeol Sim, Joonkyung Kim, Changjoo Nam

In this paper, we consider the problem of Multi-Robot Path Planning (MRPP) in continuous space. The difficulty of the problem arises from the extremely large search space caused by the combinatorial nature of the problem and the continuous state space. We propose a two-level approach where the low level is a sampling-based planner Safe Interval RRT* (SI-RRT*) that finds a collision-free trajectory for individual robots. The high level can use any method that can resolve inter-robot conflicts where we employ two representative methods that are Prioritized Planning (SI-CPP) and Conflict Based Search (SI-CCBS). Experimental results show that SI-RRT* can quickly find a high-quality solution with a few samples. SI-CPP exhibits improved scalability while SI-CCBS produces higher-quality solutions compared to the state-of-the-art planners for continuous space.

📄 PDF Abstract BibTeX arXiv:2404.01752

Code (2)

joonyeol-sim/SI-RRT-Star 공식 구현
joonyeolsim/SI-RRT-Star 공식 구현

Similar Papers 제목 키워드 기반

Revisiting Bounded-Suboptimal Safe Interval Path Planning

2020-06-01 · Konstantin Yakovlev, Anton Andreychuk, Roni Stern

Safe-interval path planning (SIPP) is a powerful algorithm for finding a path in the presence of dynamic obstacles. SIPP returns provably optimal solutions. However, in many practical applications of SIPP such as path pl…

MGCBS: An Optimal and Efficient Algorithm for Solving Multi-Goal Multi-Agent Path Finding Problem

2024-04-30 · Mingkai Tang, Yuanhang Li, Hongji Liu, Yingbing Chen 외

With the expansion of the scale of robotics applications, the multi-goal multi-agent pathfinding (MG-MAPF) problem began to gain widespread attention. This problem requires each agent to visit pre-assigned multiple goal …

Multi-Agent Path Finding

Safe Interval Path Planning With Kinodynamic Constraints

2023-02-01 · Zain Alabedeen Ali, Konstantin Yakovlev

Safe Interval Path Planning (SIPP) is a powerful algorithm for solving single-agent pathfinding problem when the agent is confined to a graph and certain vertices/edges of this graph are blocked at certain time intervals…

Towards Scalable Probabilistic Human Motion Prediction with Gaussian Processes for Safe Human-Robot Collaboration

2026-03-07 · Jinger Chong, Xiaotong Zhang, Kamal Youcef-Toumi arxiv

Accurate human motion prediction with well-calibrated uncertainty is critical for safe human-robot collaboration (HRC), where robots must anticipate and react to human movements in real time. We propose a structured mult…

Collision AvoidanceGaussian ProcessesMotion Planning

Prioritized SIPP for Multi-Agent Path Finding With Kinematic Constraints

2021-08-11 · Zain Alabedeen Ali, Konstantin Yakovlev

Multi-Agent Path Finding (MAPF) is a long-standing problem in Robotics and Artificial Intelligence in which one needs to find a set of collision-free paths for a group of mobile agents (robots) operating in the shared wo…

Multi-Agent Path Finding