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

uuid and rosdep on OSX 10.9.2

asked 2014-03-14 05:29:43 -0500

-Andrew- gravatar image

Hi all,

I am trying to install ROS Hydro through Homebrew on my laptop with mac os x 10.9.2. The process of solving the dependencies seems to be not easy, and I not able to complete this phase due to this error:

$ rosdep install --from-paths src --ignore-src --rosdistro groovy -y

WARNING: Metapackage "diagnostics" must buildtool_depend on catkin.
Error: No available formula for uuid 
Error: No available formula for tango-icon-theme 
executing command [brew install uuid]
Error: No available formula for uuid 
Searching taps...
ERROR: the following rosdeps failed to install
  homebrew: command [brew install uuid] failed

What is uuid? Can someone help me please?

Thanks in advance, Andrea

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-03-14 05:45:13 -0500

demmeln gravatar image

Are you following the instructions on the wiki [1]? The two formulae are in the ros/hydro tap, so execute brew tap ros/hydro (which is part of the install instructions) and then try the rosdep command again.

Also I just noticed that you are using the option --rosdistro groovy. If you want to install hydro, choose hydro instead of groovy here...

Moreover, depending on which variant you are installing, you might need some or all of the fixes described here, in case you are not aware of that yet [2].

You should be able to install the desktop-full variant of hydro on OS X 10.9.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-03-14 05:29:43 -0500

Seen: 933 times

Last updated: Mar 14 '14