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

Revision history [back]

One thing u can try is create a folder "include" in ur main package directory and then create another folder inside include folder which is named as package name and the add all ur include files in it.

To include the files u have to use <package_name filename.h=""> in ur src file.

Hope this helps..