-
Notifications
You must be signed in to change notification settings - Fork 72
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
find_package(teaserpp REQUIRED) #3
Comments
Hi @narutojxl , You don't need to make & install teaser yourself. If you set |
Hi @koide3, thanks for your reply. When i
comment the two lines, everything is OK. |
Hi @koide3, I also have tried to build teaser++ but failed. The error is different with @narutojxl I set
It seems it could not find PCL. But when I build teaser++ by using |
Hi @narutojxl , @yutouwd , |
Hi @koide3, thanks for your suggestions. I have asked the raw teaser's author how to use teaser with |
Hi @koide3, |
This link may be the answer. |
Hi @koide3,
I try to build with teaser. I downloaded your modified teaser++ and make installed the lib into the default path
/usr/local/
. Then the hdl_global_localization/CMakeLists.txt configs as following:When building, the output is:
In the
/usr/local/lib/cmake/teaserpp/
, there is noteaserppConfig.cmake
orteaserpp-config.cmake
, butteaserppTargets.cmake
andteaserppTargets-release.cmake
. How to fix this problem, thanks for your help and time!The text was updated successfully, but these errors were encountered: