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

Revision history [back]

click to hide/show revision 1
initial version

If you want to use the binary ros apt repository, noetic requires your code to compile with the ubuntu libopencv-dev package, which is opencv version 4.2 in ubuntu 20. Most people install this library from apt.

It takes much more effort for you to use any other version of opencv in noetic. You will need to compile any ros-packages that use opencv from source code, and you will have to debug the problems created by the API changes that the opencv devs make frequently.