Use local library (i.e. OpenCV, Image transport)
My apologies if this is a basic question, but im new to ROS. I have in my PC a from source installation of OpenCV that I would like to use in ROS. How do I tell ROS that there is an existing OpenCV in my PC and that should like ros-melodic-opencv to this version? Also in a similar way, I would like to use a modified image_transport_plugin that is in my catkin_space (and compile without problems), but im not sure how to tell ROS to use this version and not the default one. I guess that once the workspace is active should be enough no?
Thanks in advance!