stevenjj / openpose_ros

A ros wrapper for the CMU openpose library
60 stars 25 forks source link

ros.h not found while building #2

Closed MiguelARD closed 7 years ago

MiguelARD commented 7 years ago

The first time I built I had some trouble because it did not find ros.h.

MiguelARD commented 7 years ago

Uncommenting ${catkin_INCLUDE_DIRS} in /openpose_ros_pkg/CMakeLists.txt and adding it in /skeleton_extract_3d/CMakeLists.txt I solved it.