how to use external libraries in ROS code?
Hi,
We have a GUI that was developed using Qt and now we are planning to use ROS in our code. Is it possible to integrate ROS with our existing Qt code?
In a general sense, how do we use external libraries such as Qt, OpenGL and user built libraries with ROS code? Thank you.