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

Revision history [back]

Maybe you are not linking the library you created below.

add_library(immagine src/funzioni.cpp)

target_link_libraries(gestisco_dati ${catkin_LIBRARIES})

Changing the above to the following may solve the problem.

target_link_libraries(gestisco_dati immagine ${catkin_LIBRARIES})