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

Revision history [back]

click to hide/show revision 1
initial version

answered 2012-03-20 15:10:13 -0500

joq gravatar image

Looks like you do not have the python-yaml Ubuntu package installed.

Packages using that should include this in their manifest.xml:

<rosdep name="python-yaml"/>
click to hide/show revision 2
mention reason for rosdep

Looks like you do not have the python-yaml Ubuntu package installed.

Packages using that it should include this in their manifest.xml:

<rosdep name="python-yaml"/>

Then, the required dependencies can be installed automatically.

click to hide/show revision 3
remove rosdep recommendation, should not be needed

Looks like you do not have the python-yaml Ubuntu package installed.package.

Packages using It should be installed, as it should include this in their manifest.xml:is a core system dependency for ROS.

<rosdep name="python-yaml"/>

Then, the required dependencies can be installed automatically.

Looks like you do not have the python-yaml Ubuntu package.

It should be installed, as it is a core system dependency for ROS.

UPDATE: Oops, wrong package. In C++, the YAML dependency is libyaml-dev.

Looks like you do not have the python-yaml Ubuntu package.

It should be installed, as it is a core system dependency for ROS.

UPDATE: Oops, wrong package. In C++, the YAML dependency is libyaml-dev.