ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
One could be missing the proper #include statements in the header, the manifest could be missing dependencies, or you could be using the wrong namespace.
Additionally, if you've changed your manifest.xml, you may need to remake the Eclipse project. I find that I occasionally need to do this. I just navigate to that package on the commandline and issue a make clean; make eclipse-project
command and restart Eclipse.