Package not found in ament_index_cpp::get_package_share_directory
When I pass the name of our library llh_conveter to amentindexcpp::getpackageshare_directory, which is a function that returns the package path, sometimes the path search succeeds and sometimes I get the error "package 'llhconverter' not found" error message. I think the problem is in CMakeLists.txt in llhconveter. amentexportlibraries and amentexportincludedirectories are working. Also in the install directory is llhconveter.
Asked by RyoheiSasaki on 2023-03-05 18:52:10 UTC
Answers
This issue has been resolved. https://github.com/MapIV/llh_converter/pull/6
Asked by RyoheiSasaki on 2023-03-08 21:23:43 UTC
Comments