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

I've managed to solve this myself. I'm not sure why this error occurred nor what exactly solved the problem. But here is what I've tried: Instead of importing the project as existing project, I chose to import from makefile and chose the CMakeLists.txt from my projects source folder. There I had to setup some paths for correct inclusion of the headers and the problem was gone. But since I thought that this was a rather ugly solution I deleted the project from the workspace and reimported it again, but this time as existing project (like in the tutorial). After that (and setting up some paths again) the problem was magically gone. I still don't know why though.