Skip to content

Behavior trees for use within FlexBE HFSM for the mythical HFSMBTH

License

Notifications You must be signed in to change notification settings

FlexBE/flexible_behavior_trees

Repository files navigation

Flexible Behavior Trees

Flexible Behavior Trees provides the integration of Behavior Trees (BTs) into the HFSM behavior engine FlexBE. The packages are derived from the ROS2 Navigation2 nav2_behavior_tree package. Flexible Behavior Trees uses the BehaviorTree.CPP (v4.6+) framework for developing and loading BTs as XML files and interfaces with the FlexBE Behavior Engine with state implementations. These HFSM states allow a user to specify the loading and execution of BTs by sending a BT server the XML file names to load and execute. Moreover, these HFSM BT states can be chained together to allow for executing multiple BTs in a series while providing for user supervision and adjustable autonomy to better control contingencies and recovery behaviors.

About

This system provides specific states to load and execute various BTs from robot navigation to arm manipulation. This system has two main components a BT server and FlexBE state implementations. The FlexBE state implementations send goals to the BT server to load and execute a BT with and without a user defined goal. FlexBE orchestrates the execution of different BTs while the BehaviorTree.CPP framework executes the BTs and passes data between nodes and BTs.

Install

The Flexible Behavior Trees system has been tested using the latest version of ROS2 Iron. You should first follow the ROS2 Install Guide and get that set up before proceeding.

After installing ROS2, git clone this package into a ROS2 workspace and build the packages using the automated build tool colcon.

Publications

Please use the following publication for reference when using Flexible Behavior Trees:

Further Publications for FlexBE

About

Behavior trees for use within FlexBE HFSM for the mythical HFSMBTH

Resources

License

Stars

Watchers

Forks

Packages

No packages published