Skip to content
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

CONSIDER BACKWARD COMPATIBILITY!!! #230

Closed
aufheben1 opened this issue Sep 16, 2020 · 2 comments
Closed

CONSIDER BACKWARD COMPATIBILITY!!! #230

aufheben1 opened this issue Sep 16, 2020 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@aufheben1
Copy link
Contributor

Many updates of this library does not consider backward compatibility and making issues.

Recently, I've updated ros2 version from eloquent to foxy and BehaviorTree.CPP version has been updated from 3.5.1 to 3.5.3.
This update includes the syntax change in Parallel control node. (#216 )
As a result, when I try to load xml file which uses parallel node, it makes segmentation fault.

I can modify xml myself, but the problem is that all my coworker should update their ros2 version to foxy, which requires Ubuntu upgrade.

In the further update, please consider backward compatibility of this library.

@facontidavide
Copy link
Collaborator

facontidavide commented Sep 16, 2020

thanks for reporting the issue.

I will fix this to use the default values that mimic the old behavior. Thanks for reporting.

@facontidavide facontidavide self-assigned this Sep 16, 2020
@facontidavide facontidavide added the bug Something isn't working label Sep 16, 2020
facontidavide added a commit that referenced this issue Sep 16, 2020
@facontidavide
Copy link
Collaborator

done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants