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

Revision history [back]

click to hide/show revision 1
initial version

In Qt you can not call the majority of the API from a different thread. Please see http://doc.qt.io/qt-4.8/thread-basics.html for more information. You will likely either need to post a custom event or use a signal / slot to perform the UI change.