We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
⚠️ This is a issue tracker, please use our mailing list for questions: www.pcl-users.org. ⚠️
PCL 1.8.0
Expected that the converter ends with exit code 0, but instead exits with -1
converter exits with -1 in case of successfull conversion
line 273 if condition wrong, has to be negiated see https://github.com/PointCloudLibrary/pcl/blob/master/io/tools/converter.cpp#L273
convert a ply to a binary pcd without faces
converting a ply to a binary pcd without faces
The text was updated successfully, but these errors were encountered:
Thanks for bringing this up. Could you please add a link to the relevant file/line?
Sorry, something went wrong.
Also, you can simply submit a pull request by opening the file in the GitHub web view and pressing the Edit icon in the top right corner.
Fixes incorrect return value of pcl converter
ea16dfa
Fixes #1851
1241584
Fixes PointCloudLibrary#1851
No branches or pull requests
Your Environment
PCL 1.8.0
Expected Behavior
Expected that the converter ends with exit code 0, but instead exits with -1
Current Behavior
converter exits with -1 in case of successfull conversion
Possible Solution
line 273 if condition wrong, has to be negiated
see https://github.com/PointCloudLibrary/pcl/blob/master/io/tools/converter.cpp#L273
Code to Reproduce
convert a ply to a binary pcd without faces
Context
converting a ply to a binary pcd without faces
The text was updated successfully, but these errors were encountered: