You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currenty, PCLPointCloud2::concatenate assumed same name implies same datatype. WIth the PR #3312 this will no longer be true. This issue was found during refactoring of #3320
Context
Fields will no longer be restricted to float_32 so concatenating it with a field of datatype float_64 will result in a corrupted output.
Expected Behavior
During concatenation, a check of field datatype should be performed
The text was updated successfully, but these errors were encountered:
Currenty,
PCLPointCloud2::concatenate
assumed same name implies same datatype. WIth the PR #3312 this will no longer be true. This issue was found during refactoring of #3320Context
Fields will no longer be restricted to float_32 so concatenating it with a field of datatype float_64 will result in a corrupted output.
Expected Behavior
During concatenation, a check of field datatype should be performed
The text was updated successfully, but these errors were encountered: