17#include "behaviortree_cpp/basic_types.h"
18#include "behaviortree_cpp/bt_factory.h"
33using TreeBlackboard = BT::Blackboard;
34using TreeBlackboardSharedPtr = std::shared_ptr<TreeBlackboard>;
35using TreeConstructor = std::function<Tree(TreeBlackboardSharedPtr)>;
Useful tooling for incorporating behavior trees for task development.