Open marcostrullato opened 4 years ago
hello! I have same error on jetson nano and I want to know how to solve this problem.
Download from github the source code and put it to your workspace. https://github.com/ros-perception/vision_opencv/tree/melodic
$cd at /opt/ros/melodic/share/cv_bridge/cmake/ next $vim cv_bridgeConfig.cmake line 96 change opencv to opencv4
Did any of the proposed solutions work? Did you install all dependencies with rosdep --from-paths src -y -r
?
Hi, sorry for the late reply. I followed the instruction of @brsbilgin and it worked.
Thanks, feel free to close the ticket.
Cheers
Dear all,
I have a fresh installation of JetPack 4.4 on a Nvidia Jetson Nano, which includes opencv 4.1.1 and it's basically an Ubuntu 18.04
After installing ros melodic, ros cv_bridge and few more other packages I checked out the code of the project and built it, but catkin_make fails.
Do you have clue? How do you advise to proceed?
I get the same behavior also specifying the opencv install path. -DOpenCV_INSTALL_PATH=/usr/include/opencv4/