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

Revision history [back]

click to hide/show revision 1
initial version

Hello!

If I understand you in the right way, everything is very-very simple. You only should to place your .h in /include directory. So, .cpp files will be in yourProject/src, .hpp will be in yourProject/include. And this is all! Ros building system should to find your headers by itself, if they mentioned in your .cpp files.