C++ library for building and executing behavior trees
Behavior Trees Library in C++
behaviortree.cpp
$ #include <behaviortree_cpp_v3/bt_factory.h>
$ g++ -o my_app main.cpp -lbehaviortree_cpp_v3
$ pkg-config --cflags --libs behaviortree_cpp_v3