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 subscriber callback warnings #323

Merged
merged 1 commit into from
Aug 23, 2021

Conversation

aprotyas
Copy link
Member

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

These fixes target the following packages within examples:

  • examples_rclcpp_cbg_executor
  • multithreaded_executor
  • minimal_subscriber
  • minimal_publisher

Signed-off-by: Abrar Rahman Protyasha abrar@openrobotics.org

These fixes target the following packages within examples:
* `examples_rclcpp_cbg_executor`
* `multithreaded_executor`
* `minimal_subscriber`
* `minimal_publisher`

Signed-off-by: Abrar Rahman Protyasha <abrar@openrobotics.org>
@aprotyas
Copy link
Member Author

Full CI:

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

Copy link
Contributor

@jhdcs jhdcs left a comment

Choose a reason for hiding this comment

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

Looks like a straightforward change to me.

@aprotyas
Copy link
Member Author

Yellow CI for Windows is unrelated to this package - originates from system_tests packages.

@aprotyas aprotyas merged commit 669ec3e into master Aug 23, 2021
@delete-merged-branch delete-merged-branch bot deleted the aprotyas/deprecate-shared-ptr-sub-callback branch August 23, 2021 07:39
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

4 participants