rosdep install of libyaml-cpp-dev fails
Hi!
I have a package with the following dependency:
<depend>libyaml-cpp-dev</depend>
When I try to run the rosdep install mypackage
command, I would expect that apt installs the libyaml-cpp-dev
package. However, I get the following error instead:
Cannot locate rosdep definition for [libyaml-cpp-dev]
Any idea why rosdep fails in this case? Thx!