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

Recent updates seem to have added those dependecies, but their rosdep definition was not added yet for OS X. I filed a pull request https://github.com/ros/rosdistro/pull/3873

In the meantime, you can work around this by manually installing the dependecies and telling rosdep to ignore them:

sudo pip install -U python-mock python-coverage
rosdep install -s --from-paths src --ignore-src --rosdistro hydro -y --skip-keys "python-mock python-coverage"