ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
find_package() should add all the INCLUDE_DIRS from the specified packages into the INCLUDE_DIRS of the current package. So I'd suspect that cat_ball isn't properly exporting its include folder. You should check the cat_ball/CMakeLists.txt and make sure it has a line like this:
catkin_package(INCLUDE_DIRS include)