-
Notifications
You must be signed in to change notification settings - Fork 367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support py_trees 1.x #24
Comments
The changelog can be found here: Changes that are problematic for us: |
See also PR #26 |
Is our update intended to benefit from these new features?: [composites] new parallel policies, SuccessOnAll, SuccessOnSelected What is the good stuff of 1.0 that is making us update? |
The new parallel policies may be useful. At the same time, you could mimic this behavior also with py_trees 0.8. |
FYI
|
Currently we support only py_trees 0.8.x. Now there is a new release, 1.x:
https://py-trees.readthedocs.io/en/release-1.0.x/index.html
However, with the latest py_trees release, several namings have changed, for example SUCCESS_ON_ONE became SuccessOnOne. We should update to the latest py_trees release and adapt our namings.
The text was updated successfully, but these errors were encountered: