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

Support for functional group of nodes #137

Open
3 tasks
OscarMrZ opened this issue Jul 25, 2024 · 0 comments
Open
3 tasks

Support for functional group of nodes #137

OscarMrZ opened this issue Jul 25, 2024 · 0 comments
Assignees
Labels

Comments

@OscarMrZ
Copy link
Collaborator

Robotics applications are often divided in reusable modular functional blocks to perform different tasks (person detection, navegation, etc). This can be represented in behavior trees as a group of nodes, also known in pytrees and bt.cpp as sub trees. In the future this subtrees can be added to a comprehensive collection so BT Studio's users can easily access them in their apps.

This support would involve:

  • Support for sub trees in tree gardener
  • Visual tools in the frontend to group nodes. This would involve creating, editing, tagging and deleting such groups.
  • Backend tools to save the status from the editor with this additional info.
@OscarMrZ OscarMrZ changed the title Support for group of nodes Support for functional group of nodes Jul 25, 2024
@OscarMrZ OscarMrZ self-assigned this Jul 25, 2024
@OscarMrZ OscarMrZ added enhancement New feature or request frontend backend labels Jul 25, 2024
@OscarMrZ OscarMrZ linked a pull request Aug 29, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant