ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
This is a known limitation of rosdep. At the moment, most external dependencies resolve fine, but the ros packages do not.
A pull request has just been submitted to that effect, you can see it (and try it) here: https://github.com/ros-infrastructure/rosdep/pull/261, if you just need an ad-hoc solution I would suggest you apply the patch referenced in that pull request.
Hope this helps.
2 | correct pull request reference |
This is a known limitation of rosdep. At the moment, most external dependencies resolve fine, but the ros packages do not.
A pull request has just been submitted to that effect, you can see it (and try it) here: https://github.com/ros-infrastructure/rosdep/pull/261, if you just need an ad-hoc solution I would suggest you apply the patch referenced in that pull request.
EDIT: The pull request did not solve the problem. This one, however, has been tested on a Raspbian environment. You will need to run rosdep update
after updating the rosdep source.
Hope this helps.