rosdep all packages
I've recently been working with some experimental packages created for ROS and amd compiling these from source. Quite a few of these packages seem to have dependencies, so naturally I have been using the rosdep install [package]
command. However, this seems a bit tedious given the amount of packages in the workspace.
I was wondering if there was a quicker way to do this or is this the standard way? - Something along this lines of install all dependencies for packages within a specific folder or similar.