ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered 2012-07-06 05:58:00 -0500

joq gravatar image

This is confusing, because rosdep changed significantly between Electric and Fuerte.

  • On Fuerte it resolves to libtbb-dev.

  • On Electric, it needs to be defined in some stack's rosdep.yaml.

What does this show?

$ rosdep where_defined tbb

This is confusing, because rosdep changed significantly between Electric and Fuerte.

  • On Fuerte it resolves to libtbb-dev.

  • On Electric, it needs to be defined in some stack's rosdep.yaml.

What does this show?

$ rosdep where_defined tbb

UPDATE: your result shows that tbb is not defined by any stack in your $ROS_PACKAGE_PATH.

If you are developing a stack of your own, add a rosdep.yaml containing something like this stanza:

tbb:
  arch: intel-tbb
  ubuntu: libtbb-dev
  fedora: tbb-devel