Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make sts_bt_library a proper class #1

Open
kikass13 opened this issue Apr 1, 2020 · 0 comments
Open

Make sts_bt_library a proper class #1

kikass13 opened this issue Apr 1, 2020 · 0 comments

Comments

@kikass13
Copy link

kikass13 commented Apr 1, 2020

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?)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant