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

Revision history [back]

click to hide/show revision 1
initial version

Make sure that you add rosbuild_add_executable(executable_name src/source_file.cpp) to CMakeLists.txt.

Make sure that you add rosbuild_add_executable(executable_name src/source_file.cpp) to CMakeLists.txt.

EDIT:

Try using make instead of rosmake for a more detailed output.