You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello
When I use the catkin_make to make the source codes, some errors occur and I don't how to fix it, I think the g2o hasn't been set correctly.
any idea to solve this problem?
------------log-------------
`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:
G2O_SOLVER_CHOLMOD_LIB
linked by target "rgbdslam" in directory /home/kenshin/catkin_ws/src/rgbdslam_v2
linked by target "rgbdslam" in directory /home/kenshin/catkin_ws/src/rgbdslam_v2
-- Configuring incomplete, errors occurred!
See also "/home/kenshin/catkin_ws/build/CMakeFiles/CMakeOutput.log".
See also "/home/kenshin/catkin_ws/build/CMakeFiles/CMakeError.log".
Invoking "cmake" failed
`
My environment:
ubuntu 16.04
Ros-kinetic
The text was updated successfully, but these errors were encountered:
Hello
When I use the catkin_make to make the source codes, some errors occur and I don't how to fix it, I think the g2o hasn't been set correctly.
any idea to solve this problem?
------------log-------------
`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:
G2O_SOLVER_CHOLMOD_LIB
linked by target "rgbdslam" in directory /home/kenshin/catkin_ws/src/rgbdslam_v2
linked by target "rgbdslam" in directory /home/kenshin/catkin_ws/src/rgbdslam_v2
-- Configuring incomplete, errors occurred!
See also "/home/kenshin/catkin_ws/build/CMakeFiles/CMakeOutput.log".
See also "/home/kenshin/catkin_ws/build/CMakeFiles/CMakeError.log".
Invoking "cmake" failed
`
My environment:
ubuntu 16.04
Ros-kinetic
The text was updated successfully, but these errors were encountered: