pass data from qt app to node in package qt_ros
Hi,
I am using the ros_qt package as a starting point for my project which involves also sending data to be processed from the Qt UI to the node running in the thread.
The problem is that I can't figure out how to do exactly that. In the example, It looks like the communication is passing Half-duplex from the node to the Qt Ui after initialization.
Did anyone succeed to do that ?
Thanks