Error while importing rosmake project into eclipse [closed]
I'm following the method detailed here to import a project into eclipse.
The make eclipse-project
step goes off without any errors. However, when I try to import the project into eclipse, it gives me this error:
Error processing changed links in project description file.
Cannot create a link to '/home/ankur-ws/fuerte_workspace/sandbox/gmappingG' because it overlaps the location of the project that contains the linked resource.
I've seen various posts about it but none seem to have the solution.
Here's one from stack exchange: http://stackoverflow.com/questions/7000562/eclipse-cannot-create-a-link-to-dir-generated-by-cmake However, the wiki page says not to use the cmake command, and use make eclipse-project instead.
This post has an answer marked as correct, but it doesn't actually solve the first error. http://answers.ros.org/question/12351/why-is-eclipse-complaining-about-links/