Couldn't find executable named run
Last Edition of this Question : http://www.youtube.com/watch?v=popJPILl4Zk&feature=youtu.be
After installing RoboEarth Stack using these commands:
salma@salma-G31M-S2L:~$ sudo su
[sudo] password for salma:
root@salma-G31M-S2L:/home/salma# cd /opt/ros/fuerte/stacks
root@salma-G31M-S2L:/opt/ros/fuerte/stacks# svn co https://ipvs.informatik.uni-stuttgart.de/roboearth/repos/public/tags/latest roboearth rosmake re_comm
RoboEarth Stack installed in my stacks folder ,, but when starting run re_comm run like here http://www.ros.org/wiki/roboearth/Tutorials/Record%20an%20object%20model it throws this error :
salma@salma-G31M-S2L:~$ rosrun re_comm run
[rosrun] Couldn't find executable named run below /opt/ros/fuerte/stacks/roboearth/re_comm
ــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــ first instruction : $ rosinstall ~/ros /opt/ros/fuerte 'http://www.ros.org/wiki/roboearth?action=AttachFile&do=get&target=roboearth.rosinstall' Yes it installed Roboearth stack in ros folder in my Home .. Second instructure : sudo apt-get install ros-fuerte-ias-common ros-fuerte-perception-pcl ros-fuerte-opencv2 ros-fuerte-octomap-mapping ros-fuerte-client-rosjava-jni libsuitesparse-dev
this is the result :
[sudo] password for salma:
Reading package lists... Done
Building dependency tree
Reading state information... Done
libsuitesparse-dev is already the newest version.
ros-fuerte-client-rosjava-jni is already the newest version.
ros-fuerte-ias-common is already the newest version.
ros-fuerte-octomap-mapping is already the newest version.
ros-fuerte-opencv2 is already the newest version.
ros-fuerte-perception-pcl is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 153 not upgraded.
Third instructure : rosmake roboearth
[ rosmake ] rosmake starting...
[ rosmake ] Packages requested are: ['roboearth']
[ rosmake ] Logging to directory /home/salma/.ros/rosmake/rosmake_output-20121017-151632
[ rosmake ] Expanded args ['roboearth'] to:
['re_msgs', 're_comm', 're_comm_core', 're_kinect_object_detector', 'ar_bounding_box', 're_object_recorder', 're_object_detector_gui', 're_srvs', 're_ontology', 're_2dmap_extractor', 're_vision']
cannot find required resource: ccny_vision
ROS path [0]=/opt/ros/fuerte/share/ros
ROS path [1]=/opt/ros/fuerte/share
ROS path [2]=/opt/ros/fuerte/stacks
ــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــ :( :(
salma@salma-G31M-S2L:~$ cd ~/ros/stacks
salma@salma-G31M-S2L:~/ros/stacks$ git clone http://robotics.ccny.cuny.edu/git/ccny-ros-pkg/ccny_vision.git
Cloning into 'ccny_vision'...
Yes it installed ccny_vision in my Home/roS/stacks but when command :
salma@salma-G31M-S2L:~/ros/stacks/ccny_vision$ rosmake ccny_vision --rosdep-install
Usage: rosmake [options] [PACKAGE]...
rosmake: error: no such option: --rosdep-install
Asked by salma on 2012-10-16 10:19:21 UTC
Answers
Checking out the source is not the same as installing the package.
"run" is the executable from roboearth.wp5.Main, so this error suggests that you indeed haven't installed the package.
Check step 3 of the instructions again.
Asked by SL Remy on 2012-10-16 11:12:25 UTC
Comments
Ok, step 3 make me install RoboEarth in Home folder Not in my stacks in furete/ros/stacks and throw error also when replacing ~/ros by opt/furete/ros/stacks ,, what should i do ?
Asked by salma on 2012-10-16 11:55:10 UTC
Their instructions are guiding you not to modify your /opt/ directory and keep the code that isn't part of the base ros install in your home directory. What is the error you get when you follow the instructions?
Asked by SL Remy on 2012-10-17 02:49:30 UTC
i edited the question to add what i get when i follow the instructions and after that i tried to command : rosrun re_comm run [rosrun] Couldn't find executable named run below /opt/ro but it throw an error : [rosrun] Couldn't find executable named run below /opt/ros/fuerte/stacks/roboearth/re_comm
Asked by salma on 2012-10-17 03:22:44 UTC
You're missing http://www.ros.org/wiki/ccny_vision. Put it in the same ~/ros overlay where you put roboearth and rosmake again.
Asked by dornhege on 2012-10-17 03:30:05 UTC
Did this resolve your issue?
Asked by SL Remy on 2012-10-17 07:24:38 UTC
no :(
it git clone but not built :(
salma@salma-G31M-S2L:~/ros/stacks/ccny_vision$ rosmake ccny_vision --rosdep-install Usage: rosmake [options] [PACKAGE]...
rosmake: error: no such option: --rosdep-install
Asked by salma on 2012-10-17 08:47:17 UTC
http://www.youtube.com/watch?v=popJPILl4Zk&feature=youtu.be
Asked by salma on 2012-10-23 09:29:24 UTC
Comments
The wiki says that ccny_vision is a dependency http://www.ros.org/wiki/ccny_vision
Asked by SL Remy on 2012-10-17 03:29:20 UTC
no :( it git clone but not built :(
salma@salma-G31M-S2L:~/ros/stacks/ccny_vision$ rosmake ccny_vision --rosdep-install Usage: rosmake [options] [PACKAGE]...
rosmake: error: no such option: --rosdep-install
Asked by salma on 2012-10-17 09:30:56 UTC
what happens if you continue only with "rosmake ccny_vision"?
Asked by SL Remy on 2012-10-18 02:35:34 UTC
and then "rosdep install ccny_vision" (if you haven't done rosdep previously you'll have to first do the "sudo rosdep init" and then rosdep update...)
Asked by SL Remy on 2012-10-18 02:39:03 UTC
mmmm i don't know more about it ,, i want to do like this vedio http://www.youtube.com/watch?feature=player_embedded&v=5uMCa-dgtFE just recording an object model and upload it this task require roboearth stack ,,i don't know another method to do that and don't know what is wrong with it !
Asked by salma on 2012-10-18 08:54:40 UTC
http://www.youtube.com/watch?v=popJPILl4Zk&feature=youtu.be
Asked by salma on 2012-10-23 09:30:03 UTC