ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
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.