Cmake Generate error [closed]

asked 2018-03-10 04:43:41 -0500

tolga-uni-lu gravatar image

updated 2018-03-10 05:18:03 -0500

gvdhoorn gravatar image

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,

edit retag flag offensive reopen merge delete

Closed for the following reason question is off-topic or not relevant. Please see http://wiki.ros.org/Support for more details. by gvdhoorn
close date 2018-03-10 05:19:06.249314

Comments

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.

gvdhoorn gravatar image gvdhoorn  ( 2018-03-10 05:18:52 -0500 )edit