Eclipse build (catkin tools) does not generate include files for messages/services

asked 2016-12-23 07:25:36 -0500

inspire gravatar image

Hi,

the "catkin build" command of the current catkin tools version (0.4.2) works fine but I'm struggling with the Eclipse integration. The creation of Eclipse project files is described at http://wiki.ros.org/IDEs . I followed this tutorial but I noticed that with the "build" button within Eclipse, the message/service include files are not generated correctly. The tutorial mentions that the message/service include files will be generated in the devel/include folder but with the Eclipse build the folder is not created and even if I create it by hand, there won't be files generated. (The normal "catkin build" command perfectly creates the folder and the include files.)

Is this a bug or am I missing something in the configuration?

Thanks!

inspire

edit retag flag offensive close merge delete