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

I've created the needed package mappings (except for 1), with a few added work arounds.

First change over to my rosdep mappings.

sed -i 's/ros/jmesmon/' /etc/ros/rosdep/sources.list.d/20-default.list

Then remove the dependency on ros from python_qt_binding. For some reason it is not resolved properly. Edit ~/ros/python_qt_binding/manifest.xml and delete

<rosdep name="ros" />

Without this edit, the following occurs (note that where-defined finds it just fine).

~/g/rosdistro/rosdep $ rosdep install -a
ERROR: the following packages/stacks could not have their rosdep keys resolved
to system dependencies:
python_qt_binding: No definition of [ros] for OS [gentoo]

~/g/rosdistro/rosdep $ rosdep where-defined ros
https://github.com/jmesmon/rosdistro/raw/master/releases/fuerte.yaml

With these changes, this step completes succesfuly.

~/g/rosdistro/rosdep $ rosdep install -a
#All required rosdeps installed successfully

I've created the needed package mappings (except for 1), swig-wx, I have faked this with a mapping to swig), with a few added work arounds.

First change over to my rosdep mappings.

sed -i 's/ros/jmesmon/' /etc/ros/rosdep/sources.list.d/20-default.list

Then remove the dependency on ros from python_qt_binding. For some reason it is not resolved properly. Edit ~/ros/python_qt_binding/manifest.xml and delete

<rosdep name="ros" />

Without this edit, the following occurs (note that where-defined finds it just fine).

~/g/rosdistro/rosdep $ rosdep install -a
ERROR: the following packages/stacks could not have their rosdep keys resolved
to system dependencies:
python_qt_binding: No definition of [ros] for OS [gentoo]

~/g/rosdistro/rosdep $ rosdep where-defined ros
https://github.com/jmesmon/rosdistro/raw/master/releases/fuerte.yaml

With these changes, this step completes succesfuly.

~/g/rosdistro/rosdep $ rosdep install -a
#All required rosdeps installed successfully

I've created the needed package mappings (except for swig-wx, I have faked this with a mapping to swig), with a few added work arounds.

First change over to my rosdep mappings.

sed -i 's/ros/jmesmon/' /etc/ros/rosdep/sources.list.d/20-default.list

The repo can be found here: github.com/jmesmon/rosdistro

Then remove the dependency on ros from python_qt_binding. For some reason it is not resolved properly. Edit ~/ros/python_qt_binding/manifest.xml and delete

<rosdep name="ros" />

Without this edit, the following occurs (note that where-defined finds it just fine).

~/g/rosdistro/rosdep $ rosdep install -a
ERROR: the following packages/stacks could not have their rosdep keys resolved
to system dependencies:
python_qt_binding: No definition of [ros] for OS [gentoo]

~/g/rosdistro/rosdep $ rosdep where-defined ros
https://github.com/jmesmon/rosdistro/raw/master/releases/fuerte.yaml

With these changes, this step completes succesfuly.

~/g/rosdistro/rosdep $ rosdep install -a
#All required rosdeps installed successfully

I've created the needed package mappings (except for swig-wx, I have faked this with a mapping to swig), with a few added work arounds.

First change over to my rosdep mappings.

sed -i 's/ros/jmesmon/' /etc/ros/rosdep/sources.list.d/20-default.list

The repo can be found here: github.com/jmesmon/rosdistro

Add the following overlay for pcl:

layman -a ezod

Then remove the dependency on ros from python_qt_binding. For some reason it is not resolved properly. Edit ~/ros/python_qt_binding/manifest.xml and delete

<rosdep name="ros" />

Without this edit, the following occurs (note that where-defined finds it just fine).

~/g/rosdistro/rosdep $ rosdep install -a
ERROR: the following packages/stacks could not have their rosdep keys resolved
to system dependencies:
python_qt_binding: No definition of [ros] for OS [gentoo]

~/g/rosdistro/rosdep $ rosdep where-defined ros
https://github.com/jmesmon/rosdistro/raw/master/releases/fuerte.yaml

With these changes, this step completes succesfuly.

~/g/rosdistro/rosdep $ rosdep install -a
#All required rosdeps installed successfully