-
Notifications
You must be signed in to change notification settings - Fork 34
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
Add rmw_publisher_wait_for_all_acked support #20
Add rmw_publisher_wait_for_all_acked support #20
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @Barry-Xu-2018, thank you for your submission!
I added a few comments and suggestions to make sure the code builds with RTI Connext DDS Micro, and a couple of other minor fixes.
Do you know if rmw#295 will be merged for Galactic?
hopefully 🤞 @wjwwood @clalancette @ivanpauno what do you think? i guess we could have this in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me with @asorbini 's comments
It's on my list to review/run CI for tonight. Make sure it is rebased if you can, I've been having that stall the others. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thank you for the updates @Barry-Xu-2018.
We should run some CI, but I assume that will happen to validate the rest of the changes in the other PRs.
@fujitatomoya @Barry-Xu-2018 any updates on whether this feature will make it into Galactic? Paging @clalancette too. |
Galactic API/Feature Freeze. |
f39632a
to
a254e98
Compare
Do rebase. |
Signed-off-by: Barry Xu <barry.xu@sony.com>
Signed-off-by: Barry Xu <barry.xu@sony.com>
…stake Signed-off-by: Barry Xu <barry.xu@sony.com>
9fdbd74
to
6bed763
Compare
Do rebase. |
…os_time() Signed-off-by: Barry Xu <barry.xu@sony.com>
@ivanpauno Address your comments. |
Related to ros2/rmw#295