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
pcl/common/include/pcl/point_cloud.h
Lines 420 to 423 in 3682b68
cloud_out
pcl/filters/include/pcl/filters/impl/filter.hpp
Lines 45 to 48 in 3682b68
Lines 96 to 99 in 3682b68
pose info should be kept after filtering.
pose info is lost after filtering.
See the code above.
Copy the pose info from the input cloud to the outpu cloud.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Your Environment
Context
pcl/common/include/pcl/point_cloud.h
Lines 420 to 423 in 3682b68
the above two fields of the
cloud_out
are not set in the following two functionspcl/filters/include/pcl/filters/impl/filter.hpp
Lines 45 to 48 in 3682b68
pcl/filters/include/pcl/filters/impl/filter.hpp
Lines 96 to 99 in 3682b68
Expected Behavior
pose info should be kept after filtering.
Current Behavior
pose info is lost after filtering.
Code to Reproduce
See the code above.
Possible Solution
Copy the pose info from the input cloud to the outpu cloud.
The text was updated successfully, but these errors were encountered: