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

Revision history [back]

Please make sure you have a look at the support wiki page and always tag your question to make sure the right people get notified.

How does your include line look like? I suspect something like:

#include <include/sendPgmMarker/my_class.h>

You must not specify the include subdirectory since it is added to the include path already. Try:

#include <senPgmMarker/my_class.h>

Please make sure you have a look at the support wiki page and always tag your question to make sure the right people get notified.

How does your include line look like? I suspect something like:

#include <include/sendPgmMarker/my_class.h>

You must not specify the include subdirectory since it subdirectory. It is added to the include path already. Try:

#include <senPgmMarker/my_class.h>