English

Optimized Execution of PDDL Plans using Behavior Trees

Robotics 2021-01-12 v2

Abstract

Robots need task planning to sequence and execute actions toward achieving their goals. On the other hand, Behavior Trees provide a mathematical model for specifying plan execution in an intrinsically composable, reactive, and robust way. PDDL (Planning Domain Definition Language) has become the standard description language for most planners. In this paper, we present a novel algorithm to systematically create behavior trees from PDDL plans to execute them. This approach uses the execution graph of the plan to generate a behavior tree. The most remarkable contribution of this approach is the algorithm to build a Behavior Tree that optimizes its execution by paralyzing actions, applicable to any plan, taking into account the actions' causal relationships. We demonstrate the improvement in the execution of plans in mobile robots using the ROS2 Planning System framework.

Keywords

Cite

@article{arxiv.2101.01964,
  title  = {Optimized Execution of PDDL Plans using Behavior Trees},
  author = {Francisco Martín and Matteo Morelli and Huascar Espinoza and Francisco J. R. Lera and Vicente Matellán},
  journal= {arXiv preprint arXiv:2101.01964},
  year   = {2021}
}

Comments

Technical Report of the official paper published at AAMAS 2021

R2 v1 2026-06-23T21:50:01.123Z