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

Transition to standard smart pointers, part 10 #3474

Merged
merged 4 commits into from
Nov 20, 2019

Conversation

SergioRAgostinho
Copy link
Member

Partially addresses #2792.

@SergioRAgostinho SergioRAgostinho added this to the pcl-1.10.0 milestone Nov 17, 2019
io/src/ensenso_grabber.cpp Outdated Show resolved Hide resolved
Copy link
Member

@taketwo taketwo left a comment

Choose a reason for hiding this comment

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

Thanks for continuing the transition!

@SergioRAgostinho SergioRAgostinho merged commit bc97f0f into PointCloudLibrary:master Nov 20, 2019
@SergioRAgostinho SergioRAgostinho deleted the smart-10 branch November 20, 2019 09:25
taketwo added a commit to taketwo/pcl that referenced this pull request Jan 16, 2020
Even though pcl::detail::getMapping() is not officially a public API, it
is used outside of PCL (in pcl_ros). Changing the smart pointer type
from boost to std broke that code.

This commit partially reverses the changes from PointCloudLibrary#3474, unbreaking
pcl_ros. It also properly deprecates the function so that other (unknown
to us) clients have time to update their code.
taketwo added a commit to taketwo/pcl that referenced this pull request Jan 17, 2020
Even though pcl::detail::getMapping() is not officially a public API, it
is used outside of PCL (in pcl_ros). Changing the smart pointer type
from boost to std broke that code.

This commit partially reverses the changes from PointCloudLibrary#3474, unbreaking
pcl_ros. It also properly deprecates the function so that other (unknown
to us) clients have time to update their code.
kunaltyagi pushed a commit that referenced this pull request Jan 17, 2020
Even though pcl::detail::getMapping() is not officially a public API, it
is used outside of PCL (in pcl_ros). Changing the smart pointer type
from boost to std broke that code.

This commit partially reverses the changes from #3474, unbreaking
pcl_ros. It also properly deprecates the function so that other (unknown
to us) clients have time to update their code.
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