Integrating Existing ROS application with existing QT application
I have just been added to a fairly large ROS project. My goal is to take data from a ROS topic and display it in a QT application. I have built a working QT application that uses fake data, but I am having trouble integrating it with the ROS side. I am completely new to both ROS and QT. I have read several documents about QT and ROS, but I am having a hard time understanding them. I did manage to get my QT application to compile using a CMakeList instead of QMake, but beyond that I am completely lost. The ROS side is using fuerte and we are using QT4. I am using a pre-built Ubuntu virtual machine from nootrix.
Could you say where exactly you're getting stuck? Without more info or a specific question, it's difficult to offer any suggestions.
weiin & joq - I did not find a way to post a comment to an answer, but I will definitely try out both of those tonight and post back/accept as soon as I get a chance.
Dan - I currently have two separate sets of source code. I am having trouble figuring out how to merge the code so that I can use the data from a topic in my QT application.