Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Desired Behavior RetryUntilSuccessful Node #59

Closed
@hlzl

Description

@hlzl

When describing the RetryUntilSuccesful Node on the BehaviorTree.CPP page it is stated that the Retry node will repeat ticking the child up to N times if the child returns FAILURE. Currently however, if the child returns FAILURE the whole tree starts again from root. This could cause problems or at least be inefficient e.g. if a robot first moves back to an old position before going to the current position and trying an action again. So, I was wondering if the latter is the desired behavior of RetryUntilSuccessful or if in fact only the child should be ticked N times?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions