ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
After reading what a roscreate-pkg (didn't thougth about this because I am using orocos create macros) produces it seems that the necessary line is :
set(EXECUTABLE_OUTPUT_PATH ${PROJECT_SOURCE_DIR}/bin)
My problem was that this line was before the rosbuild_init() line in the CMakeList !
thanks for answering anyway.