Possibility of importing and using an external library in ROS nodes
Dear all,
I wonder whether it is possible to import & use other external libraries in my ROS's node. In my case, I need to know if I can use this OpenCV library in my kinect node or not. If it is,
What changes do I apply to installation path of this library or Cmakelist file of my ros package or else?.
What is the difference between this library and that of available in ROS?
Thanks for helping me out.