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

Revision history [back]

It looks like you didn't link your node against the yaml-cpp library. See the documentation for how to do that in Electric and newer.

In a nutshell you probably need to add something like: target_link_libraries(image_test yaml-cpp) to your CMakeLists.txt .