forked from PointCloudLibrary/pcl
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes PLY parsing of char and uchar scalars
WIP of PointCloudLibrary#1381. int8 and uint8 types were being evaluated as char and unsigned char, their actual original type, so whenever a lexical_cast was performed from a multi-digit string to an (unsigned) char, a bad_lexical_cast exception was thrown and the value set to a quiet NaN. Functionally-wise, this PR will make color parsing work.
- Loading branch information
1 parent
bf51cf4
commit 1df66e9
Showing
4 changed files
with
195 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters