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

Fix deprecated sub callback warnings #84

Merged
merged 1 commit into from
Aug 21, 2021
Merged

Fix deprecated sub callback warnings #84

merged 1 commit into from
Aug 21, 2021

Conversation

aprotyas
Copy link

ros2/rclcpp#1713 deprecates the void shared_ptr<T> subscription callback signatures, so this PR migrates away from said signatures.

Signed-off-by: Abrar Rahman Protyasha [email protected]

This commit is necessitated by deprecation of the `void
shared_ptr<T>` subscriber callback signature. As such, this commit
migrates away from using said callbacks.

Signed-off-by: Abrar Rahman Protyasha <[email protected]>
@aprotyas
Copy link
Author

Full CI:

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status

@aprotyas
Copy link
Author

Yellow CI for Windows originates from test_security and test_rclcpp packages. The deprecated signatures being used in those packages have been changed in ros2/system_tests@48e0323 and ros2/system_tests@1f68dea respectively.

@aprotyas
Copy link
Author

@wjwwood thanks for the review, can you merge please?

@wjwwood
Copy link
Member

wjwwood commented Aug 21, 2021

Oh yeah I guess these don't require the deprecation to go in first.

@wjwwood wjwwood merged commit d174e54 into ros-visualization:ros2 Aug 21, 2021
@aprotyas aprotyas deleted the aprotyas/deprecate-shared-ptr-sub-callback branch August 21, 2021 06:19
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.

2 participants