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

windances's profile - activity

2016-01-26 21:14:29 -0500 received badge  Famous Question (source)
2016-01-23 15:32:26 -0500 received badge  Notable Question (source)
2016-01-22 09:04:07 -0500 received badge  Popular Question (source)
2016-01-22 09:03:43 -0500 received badge  Student (source)
2016-01-01 12:52:42 -0500 commented question OS x, roscore FAILED libroscpp.dylib not found

I have use a rough way to solve this issue temporarily. Use install_name_tool change all ros related dylib to full path. Now my ros works.

But it is not the best way. I am prefer to change the catkin_make options or set proper dylib search path. Can anyone help on this? thanks.

2016-01-01 12:45:05 -0500 received badge  Enthusiast
2015-12-27 16:14:05 -0500 asked a question OS x, roscore FAILED libroscpp.dylib not found

When run roscore, I got following error messages: setting /run_id to 0e1d9530-ab2c-11e5-a587-6476bab70bd2 process[rosout-1]: started with pid [35547] dyld: Library not loaded: libroscpp.dylib

use otool to show info in rosout: rosout: libroscpp.dylib (compatibility version 0.0.0, current version 0.0.0) /usr/local/opt/boost/lib/libboost_signals-mt.dylib (compatibility version 0.0.0, current version 0.0.0) /usr/local/opt/boost/lib/libboost_filesystem-mt.dylib (compatibility version 0.0.0, current version 0.0.0) librosconsole.dylib (compatibility version 0.0.0, current version 0.0.0) librosconsole_log4cxx.dylib (compatibility version 0.0.0, current version 0.0.0) librosconsole_backend_interface.dylib (compatibility version 0.0.0, current version 0.0.0)

The dylib of ROS are not full path.

How can I make it with full path like other dylib? Thanks.

I use OS x 10.11.2