[Documentation] [TitleIndex] [WordIndex

Only released in EOL distros:  

behavior_tree: behavior_tree_core | behavior_tree_leaves

Package Summary

A ROS behavior tree library. The leaf nodes (user defined) can be either in C++ or python

  • Maintainer status: developed
  • Maintainer: Michele Colledanchise <michele.colledanchise AT gmail DOT com>
  • Author: Michele Colledanchise, Rocco Santomo, Petter Ögren
  • License: MIT
  • Source: git https://github.com/miccol/ROS-Behavior-Tree.git (branch: master)
behavior_tree: behavior_tree_core | behavior_tree_leaves

Package Summary

A ROS behavior tree library. The leaf nodes (user defined) can be either in C++ or python

  • Maintainer status: developed
  • Maintainer: Michele Colledanchise <michele.colledanchise AT gmail DOT com>
  • Author: Michele Colledanchise, Rocco Santomo, Petter Ögren
  • License: MIT
  • Source: git https://github.com/miccol/ROS-Behavior-Tree.git (branch: master)

Introduction:

A behavior tree (BT) is a mathematical model of plan execution used in computer science, robotics, control systems and video games. They describe switchings between a finite set of tasks in a modular fashion. Their strength comes from their ability to create very complex tasks composed of simple tasks, without worrying how the simple tasks are implemented. BTs present some similarities to hierarchical state machines with the key difference that the main building block of a behavior is a task rather than a state. Its ease of human understanding make BTs less error prone and very popular in the game developer community.

Instructions:

User manual available in the project's folder and here.

Reporting Bugs:

https://github.com/miccol/ROS-Behavior-Tree/issues


2024-03-23 12:27