Skip to content

Instantly share code, notes, and snippets.

@baalexander
Last active December 18, 2015 20:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save baalexander/5843826 to your computer and use it in GitHub Desktop.
Save baalexander/5843826 to your computer and use it in GitHub Desktop.
Useful ROS commands
# 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