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

In your CMakeLists.txt, you need to tell the compiler to look for include files in your include directory.

You can do this by adding the following line to your CMakeLists.txt:

include_directories(include)