Connecting and Publishing from QtCreator to ROS
Hello, I currently have a GUI in Qt Creator which I wish to communicate with a robotic system simulated in ROS melodic. My GUI is written in a QML file and I know that it is possible to publish from a QML file to a ROS node (I have seen a couple of different source code examples of it being done). However, I have not had any luck connecting Qt Creator with ROS, let alone publishing messages from my QML GUI. Any advice anyone has on this would be very much appreciated. Thanks in advance.
Is your Qt app going to be a ROS node, or use some protocol (e.g. websocket) to communicate with a ROS node?