a question after catkin_make_isolated

asked 2016-11-16 20:36:13 -0500

clark_txh gravatar image

I use catkin_make_isolated to compile my own package. I have succeed. when I run that "rosrun msg_test_project listener", I get fllow message

[rosrun] Couldn't find executable named listener below /home/tanxiaohai/catkin_ws/src/msg_test_project

I had executed that "source /home/tanxiaohai/catkin_ws/devel_isolated/setup.bash"

what did I miss in here.

edit retag flag offensive close merge delete

Comments

You have to post your CMakeLists.txt to make sure that you are compiling the node (assuming is a cpp node).

Javier V. Gómez gravatar image Javier V. Gómez  ( 2016-11-18 12:49:25 -0500 )edit