Use wstool but keep git directories organized under a custom structure
Imagine I have the following structure in my directory:
ros_ws
|__src
|.rosinstall
|__robots
|__baxter
|__baxter.rosinstall
|__baxter_sdk
|__.git
...
|__sawyer
|__sawyer.rosinstall
|__sawyer_sdk
|__.git
Is there a way to call wstool update locally or globally to update git repos but keep them in my pre-established structure. Currently when I do wstool update it want to place updated git repo folders directly under ros_ws/src.