Cmake Generate error [closed]
Hello, I am trying to install openpose to use it with ROS-kinetic and following this tutorital. After I install cuda, cudnn and caffe I ran Cmake and pressed configure. I got below error. What do I need to do to fix this error and properly configure Openpose in my computer.
CUDA_TOOLKIT_ROOT_DIR not found or specified
Could NOT find CUDA (missing: CUDA_TOOLKIT_ROOT_DIR CUDA_NVCC_EXECUTABLE CUDA_INCLUDE_DIRS CUDA_CUDART_LIBRARY)
CMake Error at CMakeLists.txt:130 (if):
if given arguments:
"CUDA_FOUND" "AND" "OpenCL_FOUND" "AND" "LESS" "9"
Unknown arguments specified
Configuring incomplete, errors occurred!
See also "/home/tolga/openpose/build/CMakeFiles/CMakeOutput.log".
Thanks,
I don't believe OpenPose is a ROS package, and as such, this question is not a ROS question. Catkin only uses CMake, and CMake is a stand-alone tool. It is in your system setup that the problem lies, as CMake cannot find some required dependencies. I would take this up with the developers of OP.