Due to a bug in OpenCV's find package module (ros-infrastructure/bloom#301) the order of the includes gets mixed up putting the debs before the sources. Hence compiling a newer version might fail, if one has the debs installed as well.
Probably this changes should go into grid_map as well.
Need to change the position of find_package(OpenCV) in cost_map/CMakeLists.txt.
Due to a bug in OpenCV's find package module (ros-infrastructure/bloom#301) the order of the includes gets mixed up putting the debs before the sources. Hence compiling a newer version might fail, if one has the debs installed as well.
Probably this changes should go into grid_map as well.
Need to change the position of
find_package(OpenCV)in cost_map/CMakeLists.txt.