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

Fix bug on halt of delay node #272

Merged
merged 1 commit into from
Apr 1, 2021

Conversation

aufheben1
Copy link
Contributor

  • When DelayNode is halted and ticked again, it always returned FAILURE since the state of DelayNode was not properly reset.
  • This commit fixes unexpected behavior of DelayNode when it is halted.

 - When DelayNode is halted and ticked again, it always returned FAILURE since the state of DelayNode was not properly reset.
 - This commit fixes unexpected behavior of DelayNode when it is halted.
@facontidavide facontidavide merged commit c17f216 into BehaviorTree:master Apr 1, 2021
@facontidavide
Copy link
Collaborator

Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants