ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
I didn't have this problem, so you probably omitted an installation step or so. ROS repositories provide yaml-cpp0.2.6-dev
, so if you cannot install it with
sudo apt-get install yaml-cpp0.2.6-dev
it means that you probably didn't set up your sources.list properly (read here, depending on your Ubuntu version). Remember to set up your keys and update apt-get's lists afterwards:
wget http://packages.ros.org/ros.key -O - | sudo apt-key add -
sudo apt-get update
Now yaml-cpp0.2.6-dev
should be there for you.
On packages.ros.org
there are i386
and amd64
files for Lucid, Maverick, Natty and Oneiric. What Ubuntu system are you running?
Asked: 2011-12-21 23:14:02 -0600
Seen: 426 times
Last updated: Dec 22 '11
How do I install a missing ROS package?
intelligent rosmake? does rosinstall remove ROS_NOBUILD?
ROS Stack/Package to Deb/Ubuntu package mapping?
ROS Diamondback and archlinux: some of yaourt's and pacman's output suppressed?
AttributeError: Gentoo instance has no attribute 'installers'
Cleaning up when moving a stack/package to a different directory so rosmake won't complain