ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

install ros on OSX10.8 failed

asked 2013-12-14 04:04:28 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

after typing

rosdep install --from-paths src --ignore-src --rosdistro hydro -y

it occur

ERROR: the following packages/stacks could not have their rosdep keys resolved to system dependencies: smach_ros: Missing resource roslaunch ROS path [0]=/Users/pb/src roslisp: Missing resource std_srvs ROS path [0]=/Users/pb/src

edit retag flag offensive close merge delete

Comments

How did populate your workspace with packages?

demmeln gravatar image demmeln  ( 2013-12-17 21:37:27 -0500 )edit

I have the same problem! Is this issue solved yet?

karthik_ms gravatar image karthik_ms  ( 2014-04-14 05:33:17 -0500 )edit

It seems os, as the answer by tfoote is marked as accepted. Maybe you want to open a new question giving some more information about your specific issue (in particular tell us what you did before calling rosdep, i.e. how did you populate your workspace with packages).

demmeln gravatar image demmeln  ( 2014-04-14 07:42:53 -0500 )edit
karthik_ms gravatar image karthik_ms  ( 2014-04-15 00:42:00 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2013-12-17 21:22:32 -0500

tfoote gravatar image

It sounds like you are missing packages from your workspace. If you are missing dependencies rosdep will try to install them as system dependencies. However if there are not rules for the packages as system dependencies they will fail to resolve.

In particular I would make sure you have roslaunch in your workspace.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2013-12-14 04:04:28 -0500

Seen: 156 times

Last updated: Dec 17 '13