Automated source dependancies
Is there a way to use
wstool merge http://packages.ros.org/web/rosinstall/generate/raw/groovy/joystick-drivers
in an overlay in such a way that it will only pull packages which are not already installed in a sub-layer?
For example: I have the mobile variant of ROS installed in /opt/ros/groovy and I set up an overlay at ~/groovy_workspace. I then want to download the joystick-drivers package and any dependencies which have not already been installed into my overlay.
My motivation is to avoid running cmake on the packages which I already have built.