ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

This is something I wrote a long while ago: https://github.com/allenh1/ros-qt-controller, and it uses Qt and the QThread interface you were likely speaking about. If I recall, you can launch QtCreator from the terminal and open the CMakeLists.txt as a project file, and the IDE will handle the rest.

In general, though, I'd point you more towards RQt. This is the most common way to develop UI's for ROS.