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

.ply files with unix line endings ('LF') cannot be read #1256

Closed
nyholku opened this issue Jun 11, 2015 · 1 comment · Fixed by #1370
Closed

.ply files with unix line endings ('LF') cannot be read #1256

nyholku opened this issue Jun 11, 2015 · 1 comment · Fixed by #1370

Comments

@nyholku
Copy link

nyholku commented Jun 11, 2015

Attempts to read .ply files which have unix end of line markers ('LF') instead of windows ('CRLF') will result in runtime error:

[pcl::PLYReader] /Users/nyholku/sfm2/testdata/test1/sfm_output/reconstruction_global/colorized.ply:2: parse error
[pcl::PLYReader::read] problem parsing header!
[pcl::PLYReader::read] problem parsing header!

converting an offending .ply file to Windows/DOS format for example with 'unix2dos' utility circumvents the problem.

@VictorLamoine
Copy link
Contributor

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 a pull request may close this issue.

2 participants