Hmm, I didn't know that would work, thanks! Yeah, that would have been nice to have on the wiki. And if I understand correctly, if all you have are packages and stacks underneath the current directory, this should still work because calling rosmake on a stack calls rosmake on its packages? Hopefully you wouldn't need that much recursion anyway. My method will actually complain a little if there are other projects that happen to have Makefiles under the current directory, but I guess so would rosmake in this case. -Ibrahim On 07/22/2011 12:10 PM, Brian Gerkey wrote: > This sort of tip would be a nice addition to the wiki: > http://www.ros.org/wiki/IDEs#Creating_the_Eclipse_project_files > > brian. > > On Fri, Jul 22, 2011 at 12:40 AM, Felix Kolbe > wrote: >> Hi Ibrahim, >> have you tried or would you try the following? It's not recursive, though. >> >> rosmake --target=eclipse-project * >> >> Cheers, Felix >> >> 2011/7/22, Ibrahim Awwal: >>> Hi guys, >>> >>> I just wrote a little bash script to generate eclipse projects for all >>> packages in the current directory. I figure it would be useful to some >>> people so I'm posting it here. It's a very simple script, but it might >>> be handy if you're just getting started with ROS and you want to use >>> eclipse and you have a lot of packages to work with. >>> >>> https://gist.github.com/1098960 >>> >>> Happy coding, >>> >>> -Ibrahim Awwal >>> _______________________________________________ >>> ros-users mailing list >>> ros-users@code.ros.org >>> https://code.ros.org/mailman/listinfo/ros-users >>> >> _______________________________________________ >> ros-users mailing list >> ros-users@code.ros.org >> https://code.ros.org/mailman/listinfo/ros-users >> > _______________________________________________ > ros-users mailing list > ros-users@code.ros.org > https://code.ros.org/mailman/listinfo/ros-users