-
Notifications
You must be signed in to change notification settings - Fork 155
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
Broken sending goals from doneCb in noetic #193
Comments
I have the same problem,do you have a solution? |
We had to implement a hacky workaround. I believe we use a single shot timer to send the new goal later, instead of right at the doneCb. |
I think this is not the optimal solution, I hope it can be solved completely |
After #155 one of our use cases is broken.
If you are using a SimpleActionClient, and on your
done_cb
send another goal, it is possible that a status message or result message from the previous goal is interpreted for the current goal.This code sample fails on 1.13.2 but works fine on 1.12.1:
After #155 it gets stuck with:
The text was updated successfully, but these errors were encountered: