ROS+Qt question
Hello,
I want to develop an application in Qt that can run nodes in ROS. I know one can run the CMakeList.txt of the package in Qt as per the necessary changes shown in http://answers.ros.org/question/12790/ros-qt-creator-gui/.
I already have a developed application that has the normal .pro files. The application has loads of other algorithm codes in it and I intend to integrate this application with some Qt code to run ROS nodes. But I can not understand how to do so, as the ROS package can be run using the CMakeList.txt. I may not have enough expertise on ROS+Qt, so any help will be highly appreciated.
Thanks, Sen