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
THIS ISSUE IS A COPY OF OUR INTERNAL GITLAB ISSUE POSTED HERE FOR DOCUMENTATION PURPOSES
The behavior tree should not be a static class because that inhibits multiple instances (which could result in problems when using a single nodehandle).
transform the methods into a normal class
create a singleton pattern around that if necessary (because we want to inhibit multiple instantiations << do we want that?)
The text was updated successfully, but these errors were encountered:
THIS ISSUE IS A COPY OF OUR INTERNAL GITLAB ISSUE POSTED HERE FOR DOCUMENTATION PURPOSES
The behavior tree should not be a static class because that inhibits multiple instances (which could result in problems when using a single nodehandle).
The text was updated successfully, but these errors were encountered: