ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
For posterity:
I was having this same problem (also on ROS Indigo and Ubuntu 14.04), it was caused by the fact that AUTOMOC does not detect .hh files as C++ headers. Doing the steps mentioned by the other answers and renaming my .hh headers to .hpp fixed everything.