ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You don't provide much code for diagnosing this problem.
The correct header reference should be:
#include <yaml-cpp/yaml.h>
Your manifest.xml should include:
<rosdep name="yaml-cpp"/>
Check those for a start.