-
Notifications
You must be signed in to change notification settings - Fork 200
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
separate callback_group from subscription options #492
separate callback_group from subscription options #492
Conversation
@iuhilnehc-ynos requesting review. |
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
@clalancette @ahcorde could you take a look? |
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.
Since we now have the ability to pass the callback group in directly to the callback function. The local copies of the options injecting the options can be removed too.
This should also be reviewed for how far it can be backported since it's using the new API.
@ahcorde @clalancette requesting maintainer review. |
@ahcorde @clalancette friendly ping. |
aligned with ros2/rclcpp#1833 Signed-off-by: Tomoya Fujita <Tomoya.Fujita@sony.com>
Signed-off-by: Tomoya Fujita <Tomoya.Fujita@sony.com> Co-authored-by: Tully Foote <tfoote@osrfoundation.org>
5b4a184
to
0e7121e
Compare
closing because of ros2/rclcpp#1833 (comment) |
aligned with ros2/rclcpp#1833
Signed-off-by: Tomoya Fujita Tomoya.Fujita@sony.com