liupiaop / brown-ros-pkg

Automatically exported from code.google.com/p/brown-ros-pkg
0 stars 0 forks source link

gscam rosdep file isn't used if you check out the whole brown-ros-pkg directory #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Get an Ubuntu 10.10 machine with ROS and check out brown-ros-pkg
2. rosmake gscam --rosdep-install

What is the expected output? What do you see instead?

Failed to find rosdep libgstreamer-plugins-base0.10-dev for package gscam on 
OS:ubuntu version:10.10
Failed to find rosdep libgstreamer0.10-dev for package gscam on OS:ubuntu 
version:10.10
WARNING: Rosdeps [u'libgstreamer-plugins-base0.10-dev', 
u'libgstreamer0.10-dev'] could not be resolved

What version of the product are you using? On what operating system?

I checked out all of svn/tags/brown-ros-pkg on Ubuntu 10.10

Please provide any additional information below.

If you check out the entire directory, sometimes ROS seems to think it is a 
stack, even though it has no stack.xml.  If a package is in a stack, its 
rosdep.yaml is ignored.  As a workaround, I copied the same rosdep.yaml to the 
root directory of the repo, and made an empty stack.xml with "<stack></stack>". 
 Then rosdep worked again.

Original issue reported on code.google.com by psi...@gmail.com on 18 Apr 2011 at 9:45