cartographer-project / cartographer_ros

Provides ROS integration for Cartographer.
Apache License 2.0
1.64k stars 1.2k forks source link

cartographer package for ros2 humble build issue #1806

Open AdwaithChegu opened 9 months ago

AdwaithChegu commented 9 months ago

When i try to build the package from this repository ' https://github.com/ros2/cartographer_ros.git ' it shows an error that

CMake Error at CMakeLists.txt:32 (find_package): By not providing "Findcartographer.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "cartographer", but CMake did not find one.

Could not find a package configuration file provided by "cartographer" with any of the following names:

cartographerConfig.cmake
cartographer-config.cmake

Add the installation prefix of "cartographer" to CMAKE_PREFIX_PATH or set "cartographer_DIR" to a directory containing one of the above files. If "cartographer" provides a separate development package or SDK, be sure it has been installed.

how to solve this issue

53LostNFound commented 4 months ago

I encountered the same problem, have you solved it?