Could not find a package configuration file provided by "libcaer-dev" with any of the following names:
When I run the code :catkin build davis_ros_driver, I got the problem
Errors << davis_ros_driver:cmake /home/wjh/catkin_ws/logs/davis_ros_driver/build.cmake.010.log
CMake Error at /home/wjh/catkin_ws/src/rpg_dvs_ros/davis_ros_driver/CMakeLists.txt:5 (find_package):
By not providing "Findlibcaer.cmake" in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
"libcaer", but CMake did not find one.
Could not find a package configuration file provided by "libcaer" with
any of the following names:
libcaer-Config.cmake
libcaer-config.cmake
Add the installation prefix of "libcaer" to CMAKE_PREFIX_PATH or set
"libcaer_DIR" to a directory containing one of the above files. If
"libcaer" provides a separate development package or SDK, be sure it
has been installed.
I use melodic
What's more, I have installed "libcaer" successfully by the code "sudo apt-get install libcae-devemphasized text", so I don't understand why this error occurred, and how to solve the problem?
Hope you guys can help me.
best wishes, xiaowu
Hi @luna wu
Have you installed dependencies as per repo instructions?:
Yes, I have installed the codes you listed. But there was still the same error.
I really want to know why it has been installed successfully, but it still shows no ``libcaer''. How should I solve this problem?
Thanks.
Can you pls share CMakelists.txt?
Here is the CMakelist.txt
Searching for the error message, this is what I found: https://github.com/uzh-rpg/rpg_dvs_ro...
If you look at the instructions,
catkin_simple
is used notcatkin build
https://github.com/uzh-rpg/rpg_dvs_rosClone the catkin_simple package (https://github.com/catkin/catkin_simple), which will be used to build the DVS/DAVIS driver packages:
Clone this repository:
What installation instructions are you following?
Thanks again
I used https://github.com/uzh-rpg/rpg_dvs_ros, and followed the above steps exactly (I have replaced kinetic with melodic)
I have run it many times, but there was still the same error.
I was able to reproduce the same error. I will work on it, to see how. I couldn't install libcaer from apt though.
It's a pity。I have posted an issue at https://github.com/uzh-rpg/rpg_dvs_ro... but no one has responded yet。