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

Based on your description, I'd say you need to buildtool_export_depend on a_pkg in b_pkg's package.xml (as you appear to already have done) and you need find_package(a_pkg REQUIRED) in the extras file of b_pkg before you use something from it.