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

There is no definition pcl::index_t and pcl::UNAVAILABLE in pcl #1

Open
Navifra-Denny opened this issue Jul 19, 2023 · 2 comments
Open

Comments

@Navifra-Denny
Copy link

Navifra-Denny commented Jul 19, 2023

pcl::index_t and pcl::UNAVAILABLE is not exist in pcl library

Google say pcl::index_t is in the pcl/types.h but when I include pcl/types.h, the error occur.

and pcl::UNAVAILABLE is not exist anywhere

where can I get those definitions?

@unageek
Copy link
Owner

unageek commented Jul 19, 2023

That's strange. Could you share the full command line invoking the compiler?

@gaofeihaha
Copy link

the definition of pcl::index_t and pcl::UNAVAILABLE is in a high version pcl lib above 1.11 and 1.13。 But it is easy to replace pcl::index_t by int , and definite pcl::UNAVAILABLE as 'static constexpr int UNAVAILABLE = static_cast(-1)'

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