Replies: 1 comment
-
https://www.behaviortree.dev/docs/tutorial-advanced/tutorial_14_subtree_model When the names of the entries in the SubTree and the parent tree are the same, you can use the attribute _autoremap.
Can be replaced by:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to do port remapping using Groot. I was not able to find instructions and documentation for that.
I have a sub-tree that is used in a main tree. The nema of the mapped ports in the sub-tree and main tree are identical.
I followed the BT general port remapping instructions in the documentation but did not help.
Here is my example tree designed by Groot:
drone_id is the port that I want to remap. in the main tree, If I set the drone_id=drone_1, it is not reflected in the sub-tree when executing the tree.
I'm using the latest version of BT.CPP in my docker container.
Beta Was this translation helpful? Give feedback.
All reactions