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

ankur_27's profile - activity

2016-01-08 09:22:59 -0500 received badge  Famous Question (source)
2016-01-06 03:43:30 -0500 answered a question error running rosrun command

@martin...i have run rospack but still same error

2016-01-05 20:45:24 -0500 received badge  Notable Question (source)
2016-01-04 18:08:52 -0500 received badge  Popular Question (source)
2016-01-04 10:42:20 -0500 asked a question error running rosrun command

I am running catkin on Mac OS X, and build a project given in tutorial, when i run catkin_make, it build successfully without giving error.

but when i run rosrun first_tutorial talker command it gives me following error

dyld: Library not loaded: librospack.dylib
  Referenced from: /Users/ankurkhandelwal/ros_catkin_ws/install_isolated/bin/rospack
  Reason: image not found
find: ftsopen: No such file or directory
[rosrun] Couldn't find executable named talker below 
find: ftsopen: No such file or directory
2016-01-04 09:11:54 -0500 asked a question error while running rosrun

I have installed catkin_package on MacOs X, now i have build a project same as given in tutorial, and build is completed successfully without error. but when i run "rosrun first_tutorial talker" it gives following error

dyld: Library not loaded: librospack.dylib Referenced from: /Users/ankurkhandelwal/ros_catkin_ws/install_isolated/bin/rospack Reason: image not found find: ftsopen: No such file or directory [rosrun] Couldn't find executable named talker below find: ftsopen: No such file or directory