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

Do not use deprecated method in openni_mls_smoothing app #2421

Merged
merged 1 commit into from
Sep 10, 2018

Conversation

taketwo
Copy link
Member

@taketwo taketwo commented Sep 9, 2018

#1960 deprecated setPolynomialFit() but did not update the openni_mls_smoothing app.

@SergioRAgostinho
Copy link
Member

Good catch. I'll just wait for CI to build.

if (pcl::console::parse_argument (argc, argv, "-polynomial_order", polynomial_order) == -1 )
use_polynomial_fit = true;
pcl::console::parse_argument (argc, argv, "-use_polynomial_fit", use_polynomial_fit);
pcl::console::parse_argument (argc, argv, "-polynomial_order", polynomial_order)
Copy link
Member

Choose a reason for hiding this comment

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

CI just failed. Sintax error here. Needs the semicolon at the end.

Copy link
Member Author

Choose a reason for hiding this comment

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

And how on Earth did it succeed to build locally? Mystery.

PR PointCloudLibrary#1960 deprecated `setPolynomialFit()` but did not update the
openni_mls_smoothing app.
@taketwo
Copy link
Member Author

taketwo commented Sep 9, 2018

Updated.

@SergioRAgostinho SergioRAgostinho merged commit 44b2b2a into PointCloudLibrary:master Sep 10, 2018
@taketwo taketwo deleted the fix-deprecations branch September 10, 2018 12:53
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.

2 participants