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
See the code
pcl/common/include/pcl/point_cloud.h
Line 407 in 9467b94
Lines 563 to 571 in 9467b94
In addition, the same goes to
Line 592 in 9467b94
All data members including header and mapping_ should be swapped.
header
mapping_
header and mapping_ are missing.
See the code above.
Swap header and mapping_.
The text was updated successfully, but these errors were encountered:
👍 for swapping header. I'm not sure what's the purpose of the mapping field, seems like unused legacy code to me.
Sorry, something went wrong.
@taketwo It seems that mapping_ is used only by
Lines 600 to 607 in d1d59c6
But getMapping() is never used in the project, so mapping_ does not need to be swapped.
getMapping()
PS: mapping_ and getMapping() might be removed from the project.
PointCloud
No branches or pull requests
Your Environment
Context
See the code
pcl/common/include/pcl/point_cloud.h
Line 407 in 9467b94
pcl/common/include/pcl/point_cloud.h
Lines 563 to 571 in 9467b94
In addition, the same goes to
pcl/common/include/pcl/point_cloud.h
Line 592 in 9467b94
Expected Behavior
All data members including
header
andmapping_
should be swapped.Current Behavior
header
andmapping_
are missing.Code to Reproduce
See the code above.
Possible Solution
Swap
header
andmapping_
.The text was updated successfully, but these errors were encountered: