ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

how to use opencv4 in noetic

asked 2021-12-04 02:31:12 -0500

aryastark gravatar image

updated 2021-12-19 09:06:37 -0500

catkin_create_pkg test std_msgs roscpp opencv4

then

catkin_make

this would give me an error:can't find opencv4 guys,how can i use opencv4 in noetic ?

edit retag flag offensive close merge delete

Comments

Please refer to previous answer: https://answers.ros.org/question/3622...

osilva gravatar image osilva  ( 2021-12-06 07:50:59 -0500 )edit

Thank you,osilva.

aryastark gravatar image aryastark  ( 2021-12-19 09:07:36 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-12-21 10:14:12 -0500

Mike Scheutzow gravatar image

updated 2021-12-21 10:15:14 -0500

noetic depends on the system apt pkg install of libopencv-dev, which for ubuntu 20.04 is opencv v4.2.

The binary packages from the ros repo expect this is the exact version of opencv that you have installed.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2021-12-04 02:31:12 -0500

Seen: 360 times

Last updated: Dec 21 '21