ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
In my case in Jetson Nano, the error happened when I ran catkin_make clean
for the first time.
The actual path for OpenCV include files was /usr/include/opencv4/opencv2
though /usr/include/opencv
was expected.
So, after this actual path is written correctly in the cv_bridgeConfig.cmake
file, the error disappeared.