paper-with-me

Papers

MRBTP: Efficient Multi-Robot Behavior Tree Planning and Collaboration

2025-02-25 · Yishuai Cai, Xinglin Chen, Zhongxuan Cai, Yunxin Mao, Minglong Li, Wenjing Yang, Ji Wang

Multi-robot task planning and collaboration are critical challenges in robotics. While Behavior Trees (BTs) have been established as a popular control architecture and are plannable for a single robot, the development of effective multi-robot BT planning algorithms remains challenging due to the complexity of coordinating diverse action spaces. We propose the Multi-Robot Behavior Tree Planning (MRBTP) algorithm, with theoretical guarantees of both soundness and completeness. MRBTP features cross-tree expansion to coordinate heterogeneous actions across different BTs to achieve the team's goal. For homogeneous actions, we retain backup structures among BTs to ensure robustness and prevent redundant execution through intention sharing. While MRBTP is capable of generating BTs for both homogeneous and heterogeneous robot teams, its efficiency can be further improved. We then propose an optional plugin for MRBTP when Large Language Models (LLMs) are available to reason goal-related actions for each robot. These relevant actions can be pre-planned to form long-horizon subtrees, significantly enhancing the planning speed and collaboration efficiency of MRBTP. We evaluate our algorithm in warehouse management and everyday service scenarios. Results demonstrate MRBTP's robustness and execution efficiency under varying settings, as well as the ability of the pre-trained LLM to generate effective task-specific subtrees for MRBTP.

📄 PDF Abstract BibTeX arXiv:2502.18072

Code (1)

dids-ei/mrbtp 공식 구현

Tasks

Robot Task PlanningTask Planning

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Multimodal Behavior Tree Generation: A Small Vision-Language Model for Robot Task Planning

2026-03-06 · Cristiano Battistini, Riccardo Andrea Izzo, Gianluca Bardaro, Matteo Matteucci arxiv

Large and small language models have been widely used for robotic task planning. At the same time, vision-language models (VLMs) have successfully tackled problems such as image captioning, scene understanding, and visua…

parameter-efficient fine-tuningVisual Question AnsweringRobot Task PlanningScene Understanding

Behavior Tree-Based Task Planning for Multiple Mobile Robots using a Data Distribution Service

2022-01-26 · Seungwoo Jeong, Taekwon Ga, Inhwan Jeong, Jongeun Choi

In this study, we propose task planning framework for multiple robots that builds on a behavior tree (BT). BTs communicate with a data distribution service (DDS) to send and receive data. Since the standard BT derived fr…

Task Planning

Combining Planning and Learning of Behavior Trees for Robotic Assembly

2021-03-16 · Jonathan Styrud, Matteo Iovino, Mikael Norrlöf, Mårten Björkman 외

Industrial robots can solve very complex tasks in controlled environments, but modern applications require robots able to operate in unpredictable surroundings as well. An increasingly popular reactive policy architectur…

Industrial Robots

Towards Blended Reactive Planning and Acting using Behavior Trees

2016-11-01 · Michele Colledanchise, Diogo Almeida, Petter Ögren

In this paper, we show how a planning algorithm can be used to automatically create and update a Behavior Tree (BT), controlling a robot in a dynamic environment. The planning part of the algorithm is based on the idea o…

Interactive multi-modal motion planning with Branch Model Predictive Control

2021-09-10 · Yuxiao Chen, Ugo Rosolia, Wyatt Ubellacker, Noel Csomay-Shanklin 외

Motion planning for autonomous robots and vehicles in presence of uncontrolled agents remains a challenging problem as the reactive behaviors of the uncontrolled agents must be considered. Since the uncontrolled agents u…

Autonomous VehiclesModel Predictive ControlMotion Planning