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

catkin_make error #8

Open
crankler opened this issue Jun 20, 2019 · 2 comments
Open

catkin_make error #8

crankler opened this issue Jun 20, 2019 · 2 comments

Comments

@crankler
Copy link

when I compier this bag, I get a

error: ‘pcl_isfinite’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
ts[cp].x) || !pcl_isfinite (input_->points[cp].y) || !pcl_isfinite (input_->po

So can anyone give me some advice on how to solver this error?
Thanks!

@rgh78910
Copy link

rgh78910 commented Jan 9, 2020

Any update on this?

@lixin-Lee
Copy link
Contributor

lixin-Lee commented Jul 7, 2021

replace "pcl_isfinite" with "std::isfinite", may fix it

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

No branches or pull requests

3 participants