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
/home/pierre/catkin_ws/src/pluginlib_tutorials_/src/polygon_plugins.cpp:2:47: fatal error: pluginlib_tutorials_/polygon_base.h: Aucun fichier ou dossier de ce type

From the error message I'd say either

  1. your include path isn't setup correctly, or
  2. there really is no polygon_base.h in the pluginlib_tutorials_ directory

What is the output of:

ls -al /home/pierre/catkin_ws/src/pluginlib_tutorials_/include

or, failing that, of:

tree /home/pierre/catkin_ws/src/pluginlib_tutorials_

?