voxblox icon indicating copy to clipboard operation
voxblox copied to clipboard

CMake Error at voxbloxConfig.cmake

Open zhang123huang opened this issue 5 years ago • 4 comments

CMake Error at /usr/local/share/catkin_simple/cmake/catkin_simple-extras.cmake:38 (find_package): By not providing "Findvoxblox.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "voxblox", but CMake did not find one.

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

voxbloxConfig.cmake
voxblox-config.cmake

////How to solve the problem????

zhang123huang avatar Nov 10 '18 18:11 zhang123huang

What command are you using to build the package is it catkin build voxblox_ros?

ZacharyTaylor avatar Nov 11 '18 10:11 ZacharyTaylor

What command are you using to build the package is it catkin build voxblox_ros?

Thank you very much for considering this question.I solved this problem by installing some extra dependencies.

zhang123huang avatar Nov 12 '18 12:11 zhang123huang

Kindly let us know what dependencies since iam also facing same issue

chowkamlee81 avatar Nov 30 '18 10:11 chowkamlee81

using the following cods

1 cd catkin_ws

2 rosdep install --from-paths src --ignore-src

(you will find some dependencies name.

After that, you need install them one by one under src folder from GitHub. )

-----原始邮件----- 发件人:chowkamlee81 [email protected] 发送时间:2018-11-30 18:52:31 (星期五) 收件人: ethz-asl/voxblox [email protected] 抄送: "yanquan zhang" [email protected], Author [email protected] 主题: Re: [ethz-asl/voxblox] CMake Error at voxbloxConfig.cmake (#227)

Kindly let us know what dependencies since iam also facing same issue

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

zhang123huang avatar Dec 02 '18 08:12 zhang123huang