Robotics StackExchange | Archived questions

a question after catkin_make_isolated

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

[rosrun] Couldn't find executable named listener below /home/tanxiaohai/catkinws/src/msgtest_project

I had executed that "source /home/tanxiaohai/catkinws/develisolated/setup.bash"

what did I miss in here.

Asked by clark_txh on 2016-11-16 21:36:13 UTC

Comments

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

Asked by Javier V. Gómez on 2016-11-18 13:49:25 UTC

Answers