-
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
Update rmw_context_impl_t definition #65
Conversation
Signed-off-by: Michel Hidalgo <[email protected]>
@@ -58,7 +58,7 @@ enum class RMW_Connext_RequestReplyMapping | |||
Extended | |||
}; | |||
|
|||
struct rmw_context_impl_t | |||
struct rmw_context_impl_s |
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.
Same comment as ros2/rmw_fastrtps#558 (comment)
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.
See c447213.
Signed-off-by: Michel Hidalgo <[email protected]>
Full CI (from ros2/rmw#313): |
@hidmic thank you for the update and apologies for missing out on this PR. I just tried cloning the RMW and build it with the an updated binary installation of Rolling, and I'm experiencing some build failures. It looks like my local copy of the |
I see that the changes in |
Yeah, that's because we've had some core packages fail to build on the buildfarm. When that happens, nothing gets pushed out. We're looking at fixing that now. |
Connected to ros2/rmw#313.