ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

CMake Error include dir 'include' does not exist relative

asked 2018-06-22 13:34:09 -0500

av3006 gravatar image

I am using ros kinetic on ubuntu 16.04

After setting up the environment and installing all dependencies using rosdep from the root I am running catkin_make and getting error:

CMake Error at /opt/ros/kinetic/share/catkin/cmake/catkin_package.cmake:302 (message):
  catkin_package() include dir 'include' does not exist relative to
  '/home/cerlab/Documents/depowder_summer_2018/src/cam_kinect'
Call Stack (most recent call first):
  /opt/ros/kinetic/share/catkin/cmake/catkin_package.cmake:102 (_catkin_package)
  cam_kinect/CMakeLists.txt:83 (catkin_package)


-- Configuring incomplete, errors occurred!
See also "/home/cerlab/Documents/depowder_summer_2018/build/CMakeFiles/CMakeOutput.log".
See also "/home/cerlab/Documents/depowder_summer_2018/build/CMakeFiles/CMakeError.log".
Makefile:3118: recipe for target 'cmake_check_build_system' failed
make: *** [cmake_check_build_system] Error 1
Invoking "make cmake_check_build_system" failed

The CMakeLists.txt file for my cam_kinect starting at line 80 is as follows:

## LIBRARIES: libraries you create in this project that dependent projects also need
## CATKIN_DEPENDS: catkin_packages dependent projects also need
## DEPENDS: system dependencies of this project that dependent projects also need
catkin_package(
 INCLUDE_DIRS include
#  LIBRARIES cam_kinect
 CATKIN_DEPENDS roscpp sensor_msgs std_msgs roslib message_runtime
 DEPENDS Boost PCL
)

Also my ros environment:

ROS_ROOT=/opt/ros/kinetic/share/ros
ROS_PACKAGE_PATH=/home/cerlab/Documents/depowder_summer_2018/src:/opt/ros/kinetic/share
ROS_MASTER_URI=http://localhost:11311
ROS_VERSION=1
ROSLISP_PACKAGE_DIRECTORIES=/home/cerlab/Documents/depowder_summer_2018/devel/share/common-lisp
ROS_DISTRO=kinetic
ROS_ETC_DIR=/opt/ros/kinetic/etc/ros
edit retag flag offensive close merge delete

Comments

Please could you please provide the full CMakeLists.txt, and the output of "ls -l" from your package ? Thanks

Andreu gravatar image Andreu  ( 2018-06-22 14:35:26 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
6

answered 2018-06-22 15:14:45 -0500

gvdhoorn gravatar image

I think we already know what causes this: there is no include directory in the package dir.

edit flag offensive delete link more

Comments

1

Just to get this question "answered", @gvdhoorn has already provided the answer so I will re-post here:

I think we already know what causes this: there is no include directory in the package dir.

yemre gravatar image yemre  ( 2019-07-21 09:14:47 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2018-06-22 13:34:09 -0500

Seen: 2,805 times

Last updated: Jul 21 '19