py_trees
py_trees copied to clipboard
[composites]reduce circulation when the parallel node policy is SuccessOnOne
motivation: reduce circulation when the parallel node policy is SuccessOnOne
Update: Iterate in reverse order, updating new_status
and self.current_child
when the first child whose status iscommon.Status.SUCCESS
is found, then terminating the loop