ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Someone else reported this problem in an issue on GitHub. I described the root cause in my comment there. You can fix the problem either by uninstalling the packaged version of image_geometry or by editing the CMakeLists.txt
file so that include_directories(include)
comes before include_directories(${catkin_INCLUDE_DIRS}
${OpenCV_INCLUDE_DIRS}
)