ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
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)