How do I use wstool recursively?
Repository A
contains a a.rosinstall
file that contains it's source dependencies.
Within a.rosinstall
there is:
- Repository
B
- Repository
C
It happens that B
also contains a rosinstall file, b.rosinstall
that has repository D
inside.
Is there a way with wstool
to merge recursively so that every indirect dependency of A (E
) is also cloned?