-
Notifications
You must be signed in to change notification settings - Fork 726
Reactive sequence with running asynchronous children #113
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
Comments
Hi! @facontidavide
|
Please send to me your implementation of ExePath, otherwise I can hardly understand if what you are experiencing is correct or not. Alternatively. Write a failing unit test... |
Ok for what you said, what I am experiencing is correct. Now I have the idea what to do...
GetInput will be continuously called. One last question: can you clarify when halt() is invoked, I have an idea but I am not really sure of all cases. Is there any info in the documentation. Thanks |
Hi!
Something similar is happening to me. I have the following reactive sequence:
ExPath return running on the first tick and then is never ticked again... Getpath is ticked properlly all the time (it returns succed).
I am using ros melodic and ros-melodic-behaviortree-cpp-v3.
Originally posted by @MarcelSoler in #82 (comment)
The text was updated successfully, but these errors were encountered: