Skip to content
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

change how serialized message works with subscription #497

Merged
merged 1 commit into from
May 7, 2021

Conversation

wjwwood
Copy link
Member

@wjwwood wjwwood commented Apr 6, 2021

Connected to ros2/rclcpp#1557

Signed-off-by: William Woodall <william@osrfoundation.org>
@wjwwood wjwwood self-assigned this Apr 6, 2021
@audrow
Copy link
Member

audrow commented May 7, 2021

Here's CI (green): ros2/rclcpp#1557 (comment)

@audrow audrow merged commit 593e05e into master May 7, 2021
@delete-merged-branch delete-merged-branch bot deleted the type_adaption branch May 7, 2021 04:34
@@ -70,7 +70,7 @@ class SerializedMessageListener : public rclcpp::Node
}

private:
rclcpp::Subscription<rclcpp::SerializedMessage>::SharedPtr sub_;
rclcpp::Subscription<std_msgs::msg::String>::SharedPtr sub_;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's worth to add a note in the release notes about this API change: https://github.com/ros2/ros2_documentation/blob/rolling/source/Releases/Release-Humble-Hawksbill.rst

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree, at the time we were waiting on that page to be created. @audrow does it make sense to add it there now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants