-
-
Notifications
You must be signed in to change notification settings - Fork 108
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
fatal error: cupoch/cupoch.h: No such file or directory #72
Comments
@neka-nat Time to consider the support to cpp development. |
@mvanlobensels You can check this issue for more info about cpp development with cupoch. #24 |
Hi @ZhenshengLee, actually the reason I am asking this is because I get the same error when trying to build your perception-cupoch ROS package, when having installed cupoch via pip. But maybe I should ask this question there. |
You need to install cupoch from source. |
When I install from source I get the following errors and it fails. I ran
|
It seems that the version of eigen in you container is outdated, try to upgrade the eigen. |
Thanks, that worked. I managed to build from source |
I have installed Cupoch via pip as described in the docs. The Python bindings seems to work, however, when building the cpp examples I get the following error:
In the examples subfolder, I ran
This was tested on an Nvidia Jetson Nano
The text was updated successfully, but these errors were encountered: