Skip to content

Instantly share code, notes, and snippets.

@kor01
Last active June 26, 2017 22:25
Show Gist options
  • Save kor01/d93ceacb688e67647bf64dc47da723be to your computer and use it in GitHub Desktop.
Save kor01/d93ceacb688e67647bf64dc47da723be to your computer and use it in GitHub Desktop.
[ros deps] retrieve package deps #ros
# install all dependencies of a package
rosdep install my_package
#first order deps
rospack depends1 beginner_tutorials
#all deps
rospack depends beginner_tutorials
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment