make eclipse-project in stack
Hi !
I'm a beginner in ros, and I'm trying to develop ROS code using Eclipse.
My question is, recently I have created a repository in github with a ros stack, and inside of this ros stack I have some packages. I would like to import all the stack like a single project, but I'm not able to do a "make eclipse-project" with the stack.
So I can import as a project all the packages and it work perfectly but I don't know if is possible to import all the stack in one eclipse project.
Any one have done this ?
How do you develop multiple packages using a IDE ? you open a project for each package and put dependencies between them ?