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 addition to installing header files, you also need to use the catkin_package command to inform other packages about where to find your header files when building from source in the same workspace:

catkin_package(INCLUDE_DIRS include)