No include folder in catkin workspace devel folder

asked 2016-01-03 16:09:46 -0500

harjatin gravatar image

I am very new to ROS. I was following the beginners tutorials and while trying out the messages and services tutorial, i followed all the steps properly. But at the end after making the package and installing it using catkin_make install i could not find any include folder in my ~/catkin_ws/devel directory where the C++ message header file should be located

edit retag flag offensive close merge delete

Comments

please update your question by showing the CMakeLists.txt. Most probably, there is something wrong therein.

Also, the tutorial assumes the workspace to be at ~/catkin_ws. If it is somwehere else, you need to check there...

mgruhler gravatar image mgruhler  ( 2016-01-07 06:12:07 -0500 )edit