py_trees icon indicating copy to clipboard operation
py_trees copied to clipboard

[composites]reduce circulation when the parallel node policy is SuccessOnOne

Open starrye opened this issue 11 months ago • 1 comments

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

starrye avatar Mar 20 '24 05:03 starrye