Skip to content

py_trees Parallel is not work what I expected #439

@sudalsol

Description

@sudalsol

https://github.com/splintered-reality/py_trees/blob/devel/py_trees/composites.py#L778

        # clean up dangling (running) children
        for child in self.children:
            if child.status == common.Status.RUNNING:
                # this unfortunately knocks out it's running status for introspection
                # but logically is the correct thing to do, see #132.
                child.stop(common.Status.INVALID)
        Composite.stop(self, new_status)

"behavior.terminate() called twice in Parallel's children when Parallel decorator is stopped" is known issue?

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