Last active
December 18, 2015 20:59
Revisions
-
baalexander revised this gist
Jul 7, 2013 . 2 changed files with 6 additions and 8 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ # 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"
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,8 +0,0 @@ -
baalexander revised this gist
Jun 23, 2013 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,8 @@ * 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`
-
baalexander created this gist
Jun 23, 2013 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ * 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`