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

QA: alternative names for node #59

Open
crapthings opened this issue Jan 2, 2022 · 2 comments
Open

QA: alternative names for node #59

crapthings opened this issue Jan 2, 2022 · 2 comments

Comments

@crapthings
Copy link

crapthings commented Jan 2, 2022

I've found there're alternative names for node, here's a summary

a composite node include sequence, selector and parallel

Composites
    sequence = and
    selector = priority = fallack = or

action = task
condition = decorator = if
services = ?

I think those are common alter names for node

and do we have a condition node?

@crapthings crapthings changed the title alternative node names? QA: alternative names for node Jan 2, 2022
@crapthings
Copy link
Author

update

Decorator, also known as conditionals in other Behavior Tree systems, are attached to either a Composite or a Task node and define whether or not a branch in the tree, or even a single node, can be executed.

reference

@Calamari
Copy link
Owner

Calamari commented Jan 4, 2022

Heyho.
I see you are eager to learn more stuff about behavior trees. I like that. I also like that you do it openly. Can only help everyone reading this.

I also have a question about the list above: What is meant with a "service" in that list above?

Do you think you want to create kind of a Glossary for behavior trees? Or some kind of learning/onboarding resource?

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

2 participants