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

Error message on non-recognized feature names #2178

Merged
merged 2 commits into from
Jan 11, 2018

Conversation

aothms
Copy link
Contributor

@aothms aothms commented Jan 9, 2018

No description provided.

@SergioRAgostinho SergioRAgostinho added the needs: code review Specify why not closed/merged yet label Jan 9, 2018
@@ -199,6 +199,10 @@ main (int argc, char** argv)
else if (feature_name == "VFHEstimation")
computeFeatureViaNormals< VFHEstimation<PointXYZ, Normal, VFHSignature308>, PointXYZ, Normal, VFHSignature308>
(cloud, output, argc, argv, false);
else {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

By convention we always break line before and after the open bracket symbol, unless it's a one liner.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That makes sense, updated, thanks.

@SergioRAgostinho SergioRAgostinho merged commit 28e3f23 into PointCloudLibrary:master Jan 11, 2018
@SergioRAgostinho
Copy link
Member

Thanks 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants