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

There is a pull request open for adding command line support to ignore specific keys in rosdep: https://github.com/ros-infrastructure/rosdep/pull/301

What you can do to ignore the bullet rosdep key is providing an empty definition for it locally.

Create the file /etc/ros/rosdep/sources.list.d/10-local.list with contents:

yaml file:///etc/ros/rosdep/local.yaml

And create the file /etc/ros/rosdep/local.yaml with contents:

bullet:
  debian:
    wheezy: []

Then execute rosdep update and try again.

To get this permanently fixed, if you figure out what package to install, you could also file a pull request to change the definition for weezy in this file: https://github.com/ros/rosdistro/blob/master/rosdep/base.yaml#L304-L306