We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
mapping_
getMapping()
PointCloud
It seems that mapping_ is used only by
pcl/common/include/pcl/point_cloud.h
Lines 600 to 607 in d1d59c6
But getMapping() is never used in the project, so mapping_ does not need to be swapped.
PS: mapping_ and getMapping() might be removed from the project.
Originally posted by @csukuangfj in #2470 (comment)
The text was updated successfully, but these errors were encountered:
👍 it seems to be there since the first commit a024ad2 and nothing was using it back then.
Sorry, something went wrong.
Also consider moving detail::FieldMapping and MsgFieldMap to "conversions.h", because this is the only place they are used.
detail::FieldMapping
MsgFieldMap
Marking this as stale due to 30 days of inactivity. It will be closed in 7 days if no further activity occurs.
This one can be closed?
I think so. 1.12 will take care of actually removing the variable
Yeah, its removed in #4341.
taketwo
No branches or pull requests
It seems that
mapping_
is used only bypcl/common/include/pcl/point_cloud.h
Lines 600 to 607 in d1d59c6
But
getMapping()
is never used in the project, somapping_
does not need to be swapped.PS:
mapping_
andgetMapping()
might be removed from the project.Originally posted by @csukuangfj in #2470 (comment)
The text was updated successfully, but these errors were encountered: