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

help me plz 2.1.2 Resolving Dependencies for osx pcl

asked 2014-08-06 12:26:22 -0500

ztitch gravatar image

updated 2014-08-08 05:14:12 -0500

demmeln gravatar image

in ros hydro osx homebrew

i'm working on 2.1.2 Resolving Dependencies and take command to terminal

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

but finally i can't pass it to 2.1.3 because my terminal show error

[
Error: No available formula for pcl_msgs  
Please tap it and then try again: brew tap ros/hydro  
Error: No available formula for flann   
executing command [brew install ros/hydro/pcl_msgs]   
Error: No available formula for pcl_msgs  
Please tap it and then try again: brew tap ros/hydro    
ERROR: the following rosdeps failed to install  
homebrew: command [brew install ros/hydro/pcl_msgs] failed ]

after i command

$ brew install ros/hydro/pcl_msgs

but terminal show this

Error: No available formula for pcl_msgs 
Please tap it and then try again: brew tap ros/hydro

after than I command

$ brew tap ros/hydro

terminal show this

Warning: Already tapped!

Could you help me solve this problem,please I'm really stuck thank you sorry for bad English

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-08-08 05:17:16 -0500

demmeln gravatar image

So these errors are really misleading. ROS packages are unfortunately not available as homebrew formulae yet, so ros/hydro/pcl_msgs does not exist. You will have to install it from source.

What instructions have you been following and what packages are your current workspace? You must have added something that depends of pcl_msgs. Please edit your question to contain this information.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2014-08-06 12:26:22 -0500

Seen: 134 times

Last updated: Aug 08 '14