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-03-21 13:02:45 -0500

joq gravatar image

Adding include is only necessary if your package contains an include/ subdirectory with headers needed for compiling some of your C++ programs.

If there are no such references, the include is unnecessary, but harmless.

Adding include is only necessary if your package contains an include/ subdirectory with headers needed for compiling some of your C++ programs.

If there are no such references, the include is unnecessary, but harmless.

For more details, see: http://docs.ros.org/indigo/api/catkin/html/howto/format2/building_executables.html