-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build error #6
Comments
Hey there, you should install Reflexxes library first, and the lib could be downloaded from this site http://www.reflexxes.ws/ |
Hello, I have the same problem as you, how did you solve this problem? |
You can remove |
hello,
I build the project , use "catkin_make -j1", but got:
-- +++ processing catkin package: 'uwb_calibration'
-- ==> add_subdirectory(uwb_calibration)
-- Using these message generators: gencpp;geneus;genlisp;gennodejs;genpy
-- Found Boost: /usr/include (found version "1.65.1") found components: system thread iostreams chrono date_time atomic regex
-- Found required Ceres dependency: Eigen version 3.3.4 in /usr/include/eigen3
-- Found required Ceres dependency: glog
-- Found required Ceres dependency: gflags
-- Found Ceres version: 2.0.0 installed in: /usr/local with components: [EigenSparse, SparseLinearAlgebraLibrary, LAPACK, SchurSpecializations]
-- Configuring done
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
Reflexxes_LIBRARIES
linked by target "slam_pp_node" in directory /home/bran/catkin_uwb_imu/src/slam_pp
-- Generating done
CMake Generate step failed. Build files cannot be regenerated correctly.
Makefile:2103: recipe for target 'cmake_check_build_system' failed
make: *** [cmake_check_build_system] Error 1
Invoking "make cmake_check_build_system" failed
Then in the slam_pp/CMakeLists.txt, I found:
find_library(Reflexxes_LIBRARIES flexxes ${PROJECT_SOURCE_DIR}/exLib/Reflexxes)
set(Relfexxes_INCLUDE_DIRS ${PROJECT_SOURCE_DIR}/exLib/Reflexxes/Reflexxes)
But not the folder
What can I do ? Thanks a lot.
The text was updated successfully, but these errors were encountered: