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

Revision history [back]

Package A needs to export its headers. Add this to its manifest.xml file:

<export>
  <cpp cflags="-I${prefix}/include" lflags="-L${prefix}/lib"/>
</export>

For more info see the XML Reference