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

Rosdep resolves to local ROS packages, entries in an active rosdistro, or by using the rosdep rules set

python-pygame works because it's already in the rules: https://github.com/ros/rosdistro/blob/master/rosdep/python.yaml#L1959

If you package is not in that set you need to add a local rosdep rule source or submit one upstream.

You can contribute new rules following this procedure: http://docs.ros.org/independent/api/rosdep/html/contributing_rules.html