-
Notifications
You must be signed in to change notification settings - Fork 70
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
Dynamic Subscription (BONUS: Allocators): rmw #353
Dynamic Subscription (BONUS: Allocators): rmw #353
Conversation
a78630e
to
b79ec2a
Compare
b79ec2a
to
632e515
Compare
632e515
to
91b1dc7
Compare
Signed-off-by: methylDragon <[email protected]>
@@ -57,9 +59,10 @@ rmw_take_dynamic_message_with_info( | |||
RMW_PUBLIC | |||
RMW_WARN_UNUSED | |||
rmw_ret_t | |||
rmw_get_serialization_support( | |||
rmw_init_serialization_support( |
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.
nit: wouldn't this be rmw_serialization_support_init
by other convention?
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.
Oof, yes, I can change it
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.
Change is rolled out across the stack!
Signed-off-by: methylDragon <[email protected]>
See: ros2/ros2#1405