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

no 'executable' file generated !

asked 2014-07-02 06:58:19 -0500

ROSkinect gravatar image

updated 2014-07-02 07:00:27 -0500

Hi all I have a package called "kinectueye" and a node called "kinect_ueye.cpp". whent I compile it I get this message:

Built 39 packages with 0 failures.

means that no error but when I want to launch it I get this :

Couldn't find executable named kinectueye below /home/jros/kinectueye

when I check the bin file I don't find the executable file. What going wrong !?

edit retag flag offensive close merge delete

Comments

Have you stated add_executable(kinectueye kinect_ueye.cpp) in your CMakeList.txt?

Karl Damkjær Hansen gravatar image Karl Damkjær Hansen  ( 2014-07-02 07:42:48 -0500 )edit

Yes the problem it worked before. Now I solve it look at my answer. thank you

ROSkinect gravatar image ROSkinect  ( 2014-07-02 07:45:07 -0500 )edit

1 Answer

Sort by » oldest newest most voted
0

answered 2014-07-02 07:43:18 -0500

ROSkinect gravatar image

I solve it. It was a problem in my CMakeList and adding libraries. Thank you

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2014-07-02 06:58:19 -0500

Seen: 257 times

Last updated: Jul 02 '14