Last active
December 18, 2015 20:59
-
-
Save baalexander/5843826 to your computer and use it in GitHub Desktop.
Useful ROS commands
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Check what a depend [package](http://ros.org/wiki/catkin/package.xml) (build_depend, run_depend, etc.) resolves to in your system package manager. | |
rosdep --rosdistro <release> resolve <name_of_package> | |
# Example | |
rosdep --rosdistro groovy resolve usb_cam # resolves to "ros-groovy-usb-cam" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment