Skip to content

Fix deprecated sub callback warnings#84

Merged
wjwwood merged 1 commit intoros-visualization:ros2from
aprotyas:aprotyas/deprecate-shared-ptr-sub-callback
Aug 21, 2021
Merged

Fix deprecated sub callback warnings#84
wjwwood merged 1 commit intoros-visualization:ros2from
aprotyas:aprotyas/deprecate-shared-ptr-sub-callback

Conversation

@aprotyas
Copy link
Copy Markdown

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 abrar@openrobotics.org

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 <abrar@openrobotics.org>
@aprotyas
Copy link
Copy Markdown
Author

Full CI:

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

@aprotyas
Copy link
Copy Markdown
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
Copy Markdown
Author

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

@wjwwood
Copy link
Copy Markdown
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