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

Try using Q_SLOTS instead of slots.

I think the underlying issue is that QtDesigner expects to compile with qmake, while ROS packages compile with CMake. Some of the macros used by Qt C++ applications (like slots) don't behave well under CMake.