Replies: 1 comment
-
|
You can see an example in Nav2 https://github.com/ros-navigation/navigation2/blob/main/nav2_behavior_tree/include/nav2_behavior_tree/bt_action_server_impl.hpp, whereas we only create a new tree instance if the tree requested is different and/or the application specifically requests a new instance of the tree to be loaded. Otherwise, the same tree is used each time. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
If I want to load the same tree multiple times, how can I reuse it efficiently
Beta Was this translation helpful? Give feedback.
All reactions