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 auto type casting in io #3312

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Aug 28, 2019

  1. Add auto type casting in io

       On PCL all vertices and normals exist only in float32 format. However,
       a lot of libraries and tools use float64 format. In original version,
       PCL don't recognize fields if types are not equals.
    
       This commit add auto type casting in conversion from
       pcl::PCLPointCloud2 to pcl::PointCloud<PointT>. This is allow read
       files, which are use float64 format.
    
       To reproduce test case, was written simple unit test.
    Daniil committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    08427fe View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2019

  1. Merge branch 'master' of https://github.com/PointCloudLibrary/pcl int…

    …o type_casting_in_io
    Daniil Nikulin committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    9e5f901 View commit details
    Browse the repository at this point in the history
  2. add type casting to PCLPointCloud2::concatenate function

    Daniil Nikulin committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    148529c View commit details
    Browse the repository at this point in the history
  3. legacy bug fix

    Daniil Nikulin committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    918e2b1 View commit details
    Browse the repository at this point in the history