table of contents
ROSDEP(1) | rosdep | ROSDEP(1) |
NAME¶
rosdep - rosdep command
SYNOPSIS¶
rosdep <command> [options] [args]
DESCRIPTION¶
The rosdep command helps you install external dependencies in an OS-independent manner. For example, what Debian packages do you need in order to get the OpenGL headers on Ubuntu? How about OS X? Fedora? rosdep can answer this question for your platform and install the necessary package(s).
For more information on rosdep, see http://ros.org/wiki/rosdep.
Run "rosdep -h" or "rosdep <command> -h" to access the built-in tool documentation.
COMMANDS¶
check <packages>...
install <packages>...
db <packages>...
keys <packages>...
what-needs <rosdeps>...
where-defined <rosdeps>...
OPTIONS¶
--os=OS_NAME:OS_VERSION
-i, --include_duplicates
-a, --all
-h, --help
-v, --verbose
INSTALL OPTIONS¶
--reinstall
-y, --default-yes
-s, --simulate
-r
AUTHOR¶
Tully Foote, Ken Conley
COPYRIGHT¶
2011, Willow Garage
January 12, 2012 | 0.1 |