Catkin and Eclipse - builds but indexing errors stop autocompletion
Hi
I'm just getting started with Catkin and want to use eclipse for its autocomplete features.
The project has no problems building but still wont recognise symbols in code. It will recognise the header declarations, but not the symbols declared in those headers. Here is a screen shot:
To import I followed the directions http://wiki.ros.org/IDEs and also in the ros answer linked by that page.
I've tried reindexing, opening and closing the project, deleting and reimporting the project and it is being imported perfectly (by perfect I mean drags in all includes, binaries, and compiles in eclipse). I've also closed all other C++ projects in the workspace in case they were interferring with my includes.
But I can't seem to see the errors Eclipse finds. In the project settings there is no tab for importing libraries perhaps this is an issue that eclipse cannot see these. Though they are included in the cmakelists.txt and used for the build?