Skip to content

Conversation

erichlf
Copy link
Collaborator

@erichlf erichlf commented Apr 10, 2025

This PR adds support for py_trees.common.ParallelPolicy.SuccessOnSelected.

Fixes #9

Motivation and Context

SuccessOnSelected required a list of children to be useful, but there was no method for reference children as parameters. This implements the ability to have such a parameter, but only for SuccessOnSelected.

Changes

  • Add support for SuccessOnSelected

Type of changes

  • New feature

Checklist

  • Update dependencies
  • Update version
  • Update README

Testing

  1. colcon build --packages-up-to py_trees_parser
  2. colcon test --event-handlers console_cohesion+ --packages-select py_trees_parser

@erichlf erichlf added the enhancement New feature or request label Apr 10, 2025
@erichlf erichlf requested a review from SyZbidi April 10, 2025 14:18
@erichlf erichlf self-assigned this Apr 10, 2025
@erichlf erichlf merged commit b23510f into humble Apr 11, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Parallel:OnSelected
2 participants