paper-with-me

Papers

Optimal Integrated Task and Path Planning and Its Application to Multi-Robot Pickup and Delivery

2024-03-02 · Aman Aryan, Manan Modi, Indranil Saha, Rupak Majumdar, Swarup Mohalik

We propose a generic multi-robot planning mechanism that combines an optimal task planner and an optimal path planner to provide a scalable solution for complex multi-robot planning problems. The Integrated planner, through the interaction of the task planner and the path planner, produces optimal collision-free trajectories for the robots. We illustrate our general algorithm on an object pick-and-drop planning problem in a warehouse scenario where a group of robots is entrusted with moving objects from one location to another in the workspace. We solve the task planning problem by reducing it into an SMT-solving problem and employing the highly advanced SMT solver Z3 to solve it. To generate collision-free movement of the robots, we extend the state-of-the-art algorithm Conflict Based Search with Precedence Constraints with several domain-specific constraints. We evaluate our integrated task and path planner extensively on various instances of the object pick-and-drop planning problem and compare its performance with a state-of-the-art multi-robot classical planner. Experimental results demonstrate that our planning mechanism can deal with complex planning problems and outperforms a state-of-the-art classical planner both in terms of computation time and the quality of the generated plan.

📄 PDF Abstract BibTeX arXiv:2403.01277

Code (0)

등록된 구현이 없습니다.

Tasks

Task Planning

Similar Papers 제목 키워드 기반

Integrated Guidance and Gimbal Control for Coverage Planning With Visibility Constraints

2023-05-22 · Savvas Papaioannou, Panayiotis Kolios, Theocharis Theocharides, Christos G. Panayiotou 외

Coverage path planning with unmanned aerial vehicles (UAVs) is a core task for many services and applications including search and rescue, precision agriculture, infrastructure inspection and surveillance. This work prop…

Cooperative Multi-Agent Path Finding: Beyond Path Planning and Collision Avoidance

2021-05-23 · Nir Greshler, Ofir Gordon, Oren Salzman, Nahum Shimkin

We introduce the Cooperative Multi-Agent Path Finding (Co-MAPF) problem, an extension to the classical MAPF problem, where cooperative behavior is incorporated. In this setting, a group of autonomous agents operate in a …

Collision AvoidanceMulti-Agent Path Finding

Optimal Cruise Airspeed for Hybrid-Electric and Electric Aircraft: Applications to Air Mobility

2023-02-14 · Steven Li, Luis Rodrigues

Electric and hybrid-electric aircraft can help our society transition towards more sustainable aviation and lower greenhouse gas (GHG) emissions. This paper provides solutions to minimize the direct operating cost (DOC) …

Multi-robot Path Planning and Scheduling via Model Predictive Optimal Transport (MPC-OT)

2025-08-28 · Usman A. Khan, Mouhacine Benosman, Wenliang Liu, Federico Pecora 외 arxiv

In this paper, we propose a novel methodology for path planning and scheduling for multi-robot navigation that is based on optimal transport theory and model predictive control. We consider a setup where $N$ robots are t…

Robot Navigation

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…