2022-11-01 20:31:22 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
<class name="BTSubtree" inherits="BTNewScope" version="3.5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
|
|
|
|
<brief_description>
|
2022-11-04 12:27:09 +00:00
|
|
|
BT decorator that instantiates a subtree.
|
2022-11-01 20:31:22 +00:00
|
|
|
</brief_description>
|
|
|
|
<description>
|
2022-11-04 12:27:09 +00:00
|
|
|
Instantiates a behavior tree as a child of this task during initialization and creates a new [Blackboard] scope.
|
|
|
|
Returns status of the child execution.
|
2022-11-01 20:31:22 +00:00
|
|
|
</description>
|
|
|
|
<tutorials>
|
|
|
|
</tutorials>
|
|
|
|
<methods>
|
|
|
|
</methods>
|
|
|
|
<members>
|
|
|
|
<member name="_blackboard_data" type="Dictionary" setter="_set_blackboard_data" getter="_get_blackboard_data" overrides="BTNewScope" default="{}" />
|
|
|
|
<member name="subtree" type="BehaviorTree" setter="set_subtree" getter="get_subtree">
|
2022-11-04 12:27:09 +00:00
|
|
|
A [BehaviorTree] resource that will be instantiated as a subtree.
|
2022-11-01 20:31:22 +00:00
|
|
|
</member>
|
|
|
|
</members>
|
|
|
|
<constants>
|
|
|
|
</constants>
|
|
|
|
</class>
|