Compare commits
10 Commits
20863d7d92
...
e740f725a1
Author | SHA1 | Date |
---|---|---|
|
e740f725a1 | |
|
17aa848bce | |
|
1bf393b331 | |
|
8f45a2eb3b | |
|
c406d96cde | |
|
8cae451983 | |
|
16ee9b65c7 | |
|
8e9d021b05 | |
|
ef724eb5bc | |
|
5cbccd96bf |
|
@ -122,13 +122,10 @@ This creates a "blackboard scope chain," where each :ref:`Blackboard<class_Black
|
||||||
and there is no limit to how many blackboards can be in this chain.
|
and there is no limit to how many blackboards can be in this chain.
|
||||||
It's important to note that the :ref:`Blackboard<class_Blackboard>` doesn't modify values in the parent scopes.
|
It's important to note that the :ref:`Blackboard<class_Blackboard>` doesn't modify values in the parent scopes.
|
||||||
|
|
||||||
Scopes are created automatically to prevent naming collisions between contextually separate environments:
|
Some scopes are created automatically. For instance, when using the :ref:`BTNewScope<class_BTNewScope>`
|
||||||
|
and :ref:`BTSubtree<class_BTSubtree>` decorators, or when a :ref:`LimboState<class_LimboState>`
|
||||||
- Within :ref:`BTNewScope<class_BTNewScope>`.
|
has non-empty blackboard plan defined, or when a root-level :ref:`LimboHSM<class_LimboHSM>`
|
||||||
- Under :ref:`BTSubtree<class_BTSubtree>` decorators.
|
node is used. Such scopes prevent naming collisions between contextually separate environments.
|
||||||
- With :ref:`LimboState<class_LimboState>` that have a non-empty blackboard plan defined.
|
|
||||||
- Under :ref:`LimboHSM<class_LimboHSM>` nodes: A new scope is created at the root level,
|
|
||||||
and each :ref:`BTState<class_BTState>` child also receives its own separate scope.
|
|
||||||
|
|
||||||
Sharing data between several agents
|
Sharing data between several agents
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
Loading…
Reference in New Issue