-
Notifications
You must be signed in to change notification settings - Fork 68
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 #296
Conversation
Related to #295 |
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.
as far as i see, rmw_connext / rmw_fastftps / rmw_cyclonedds all support wait_for_acknowledgments
.
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!
I've left some minor comments
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!
The next step is to complete the implementations for |
Yeah. I will implement them. |
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.
i am good to go.
After checking some DDS implementations, I think DDS interface should be thread-safe. |
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.
Sorry, we're past the feature freeze so we're not going to be able to merge this.
Holding it until the Galactic
release.
649ff2c
to
4ee4b4b
Compare
Do rebase. |
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!
@Barry-Xu-2018 @fujitatomoya can you run CI, including all the rmw* PRs related to this feature? My plan is to get these PRs in first, and then move forward with rcl, rcl* PRs. |
@ivanpauno thanks for the effort, really appreciate it.
sounds good, we will run CI with rmw_* changes at 1st. |
Okay. Thanks. |
once you addressed ros2/rmw_connextdds#20, could you let me know? i will create the repo file and start CI for rmw_* changes. |
Okay,thanks. |
Signed-off-by: Barry Xu <[email protected]>
Signed-off-by: Barry Xu <[email protected]>
Signed-off-by: Barry Xu <[email protected]>
Signed-off-by: Barry Xu <[email protected]>
Signed-off-by: Barry Xu <[email protected]>
4ee4b4b
to
a9a89e5
Compare
Do rebase. |
All changes for rmw* are all approved. Except this PR, it includes below
|
After checking the log, the cause seems to remote connection problem.
|
@Barry-Xu-2018 i just restarted the CI for macOS. |
@ivanpauno appreciate for the help, thanks 👍 |
Thank you. |
Signed-off-by: Barry Xu [email protected]