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

Rosdep fails and blocks the shell

asked 2011-12-06 20:52:59 -0500

LucaGhera gravatar image

updated 2012-02-20 11:32:14 -0500

Kevin gravatar image

Hi all,

I have some troubles with rosdep under Osx Lion. It is not able to find the dependencies I need...some examples are eigen and tinyxml. In installed both of them through macport (I prefer to use it instead of Homebrew) and I modified my .profile in this way:

export CPATH=/opt/local/include:/usr/local/include
export LIBRARY_PATH=/opt/local/lib:/usr/local/lib:/usr/lib/
export LD_LIBRARY_PATH=/opt/local/lib:/usr/local/lib
export DYLD_FALLBACK_LIBRARY_PATH=$DYLD_FALLBACK_LIBRARY_PATH:/opt/local/lib:/opt/local/Library/Frameworks:/usr/local/lib:/usr/lib/

Furthermore when I execute

rosdep -install geometry

it blocks my shell and I have to reset it for being able to prompt commands again. Sometimes this problems also leaves a running process, called tclsh8.5 which uses a lot of CPU.

How can I fix it?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2011-12-07 05:46:08 -0500

tfoote gravatar image

Is this ticket your issue? https://code.ros.org/trac/ros/ticket/3752

edit flag offensive delete link more

Comments

@tfoote actually it fixed the problem of the process, but not the one of the dependencies. Thanks!
LucaGhera gravatar image LucaGhera  ( 2011-12-07 21:37:56 -0500 )edit

Question Tools

Stats

Asked: 2011-12-06 20:52:59 -0500

Seen: 228 times

Last updated: Dec 07 '11