Closed mbreyer closed 3 years ago
I needed to add OpenCV to the include_directories within CMakeLists.txt for the package to build on ROS Noetic and Ubuntu 20.04.
include_directories
CMakeLists.txt
Works for me on Ubuntu 20.04. Merged.
I needed to add OpenCV to the
include_directories
withinCMakeLists.txt
for the package to build on ROS Noetic and Ubuntu 20.04.