BT decorator that instantiates and runs a subtree within the larger tree.
BTSubtree instantiates a [BehaviorTree] and includes its root task as a child during initialization, while also creating a new [Blackboard] scope.
Returns the status of the subtree's execution.
A [BehaviorTree] resource that will be instantiated as a subtree.