[ros-users] Stack depending on package

Brian Gerkey gerkey at willowgarage.com
Fri Jun 25 15:26:28 UTC 2010


On Fri, Jun 25, 2010 at 5:06 AM, steven bellens <bellenssteven at gmail.com> wrote:
> when I add a package dependency in my stack.xml file, rosdep complains
> about it not having the 'stack' attribute:
>
> $ rosdep check orocos
> [rosstack] bad depend syntax (no 'stack' attribute) in
> [/home/steven/src/svn/robotics-ros/install/orocos/stack.xml]
> [rosstack] invalid manifest
> ...
>
> where the stack.xml file contains:
> <depend package="eigen" />
>
> Can a stack only depend on another stack and not on packages? I'm
> working with boxturtle.

Yes, packages depend on packages, and stacks depend on stacks.

	brian.



More information about the ros-users mailing list