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
Is there a way to reuse the same instance of a behavior in multiple places of the tree?
I have a behavior that contains a service server and I want to re-use this exact behavior including the same instance of a ROS2 service server and callbacks in multiple places.
Basically telling the tree instead of creating another copy of a behavior, that it should use a reference to another (previously instantiated) behavior that it should tick?
Kind of like creating a portal for teleporting behaviors between different locations of the tree.