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

Add "copy_all_fields" option to transformPointCloud***() functions #805

Merged
merged 1 commit into from
Sep 11, 2014

Conversation

taketwo
Copy link
Member

@taketwo taketwo commented Jul 20, 2014

So far different transform functions had inconsistent behavior. Some copied the data in all fields, some did not. Following the discussion in #575, this commit adds an option to control the copy behavior. "Copy all" is used as default since it is intuitive.

Closes #575.

So far different transform functions had inconsistend behavior. Some
copied the data in all fields, some did not. Following the discussion
in PointCloudLibrary#575, this commit adds an option to control the copy behavior.
@jspricke
Copy link
Member

This looks good, but I think it changes the ABI, so I would propose to postpone it for 1.8.

@taketwo taketwo added this to the pcl-1.8.0 milestone Jul 31, 2014
@taketwo
Copy link
Member Author

taketwo commented Jul 31, 2014

No problem.

jspricke added a commit that referenced this pull request Sep 11, 2014
Add "copy_all_fields" option to transformPointCloud***() functions
@jspricke jspricke merged commit 8d6103b into PointCloudLibrary:master Sep 11, 2014
@taketwo taketwo deleted the fix-transform branch September 11, 2014 12:12
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.

transformPointCloud with indices loses point info (eg, rgb)
2 participants