KumarRobotics / flir_gige

A ros driver for flir ax5 gige thermal camera
28 stars 19 forks source link

Unable to do catkin_make #10

Closed gfsvictorino closed 4 years ago

gfsvictorino commented 4 years ago

CMake Error at flir_gige/cmake/FindEbus.cmake:58 (message): Failed to find ebus - Could not find ebus include directory, set Ebus_INCLUDE_DIR to path to ebus include directory,e.g. /opt/pleora/ebus_sdk/Ubuntu-12.04-x86_64/include. Call Stack (most recent call first): flir_gige/cmake/FindEbus.cmake:87 (Ebus_REPORT_NOT_FOUND) flir_gige/CMakeLists.txt:11 (find_package)

-- Configuring incomplete, errors occurred! See also "/home/summit/catkin_ws/build/CMakeFiles/CMakeOutput.log". See also "/home/summit/catkin_ws/build/CMakeFiles/CMakeError.log". make: *** [cmake_check_build_system] Error 1 Invoking "make cmake_check_build_system" failed

After inspecting the install.bash file, I think that ebus is no longer available in https://github.com/versatran01/ebus_sdk

Is there any other reason for this error to happen? Thank you

gfsvictorino commented 4 years ago

Managed to get pass this by changing the file code: In the directory /catkin_ws/src/flir_gige/cmake, a file called FindEbus.cmake we changed in the code (with Vim) whenever there was "Ubuntu-12.04-x86_64" for "CentOS-RHEL-7-x86_64"