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 2015-01-28 16:47:06 -0500

joq gravatar image

First, "my_package" should export the library and its header file like this:

The header should be in include/mypackage/file.h, and will be referenced like this:

#include <my_package/file.h>

Any packages including that header needs to follow the relevant parts of these directions:

First, "my_package" should export the library and its header file like this:

The header should be in include/mypackage/file.hinclude/my_package/file.h, and will be referenced like this:

#include <my_package/file.h>

Any packages including that header needs to follow the relevant parts of these directions: