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

Revision history [back]

i have solved that problem, In the package you have created go to CMakeLists.txt and check it must be roscpp not cpp , in my case i found cpp i have replace it by roscpp.

find_package(catkin REQUIRED COMPONENTS roscpp std_msgs message_generation )