Hi,
This is probably a trivial question, but for the love of god I am not able to find a solution. I am running ros-electric on a Ubuntu 64-bit 11.04 machine. I have a ros_external folder in my home directory where I install external ros packages and stack that I use for my projects. I have added this path to my ROS_PACKAGE_PATH. I am trying to create a package for object detection with Kinect. I am using the roboearth stack for detecting the objects. The roboearth stack is installed in the ros_external, specifically the stack.xml file is located in ~/ros_external/stacks/roboearth. I am able to reach this using the roscd roboearth command, which I thought meant that ROS was able to find this stack. However, when I try to create a package listing roboearth as a dependency, I get an error that dependency [roboearth] cannot be found.
roboearth is a stack and not a package, I wonder if that matters. Any help is appreciated.
Yes, indeed that is the problem. If you package requires code from a certain package in roboearth then you need to depend on that specific package. So you need to fill in your dependencies as packages. The stack containing your package, on the other hand, will then depend on the roboearth stack (stack depends on stacks, package depends on packages).
Asked: 2011-11-22 04:30:00 -0500
Seen: 128 times
Last updated: Nov 22 '11
Adding a dependency after roscreate-pkg
Including a package dependency in your personnal packages
Automatic installation of dependencies
satisfying package dependencies
How do I integrate thirdparty Python Dependencies?
Include Common Node in Multiple .launch
ROS Answers is licensed under Creative Commons Attribution 3.0 Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.