You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I am testing simple mock testing using the guide here and I am experiencing that my tree stops ticking once the tree gets to the substituted node.
The tree is loaded using XML and the substitution rules are loaded using a JSON file
[component_container-1] [INFO] [1738660946.246000910] [behavior_trees_node]:
[component_container-1] pre sub
[component_container-1] testing
[component_container-1]
And never prints the Ticking message.
Also the execution hangs so I cannot finish the process cleanly.
Any pointer how I could debug this?
The text was updated successfully, but these errors were encountered:
Describe the bug
I am testing simple mock testing using the guide here and I am experiencing that my tree stops ticking once the tree gets to the substituted node.
The tree is loaded using XML and the substitution rules are loaded using a JSON file
How to Reproduce
This is my tree:
This is the part of the code that runs the tree:
Without the substitutions this is the trees output:
When loading the following substitution:
The code output is:
And never prints the Ticking message.
Also the execution hangs so I cannot finish the process cleanly.
Any pointer how I could debug this?
The text was updated successfully, but these errors were encountered: