No include folder in catkin workspace devel folder
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 catkinmake install i could not find any include folder in my ~/catkinws/devel directory where the C++ message header file should be located
Asked by harjatin on 2016-01-03 17:09:46 UTC
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...Asked by mgruhler on 2016-01-07 07:12:07 UTC