QT and ROS
Hi guys,
I have recently started using Qt for some basic GUI front end for my applications in ROS. I am currently using Qmake directly to perform the necessary operations with my ROS program.
I would like to know what is the benefit of using the Qt-ROS package over the normal Qt? Because I am currently developing my Qt app with the help of Qt creator and using terminal signals for various push buttons and other such operations.
Is there any benefit other than having Qt inside the ROS package?