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

could not find executable file

asked 2014-04-21 22:15:46 -0500

ghazaleh gravatar image

Hi I am trying to use Voxelized Shape and Color Histograms (VOSCH) in order to recognize an object, I follow this link http://wiki.ros.org/vosch ,but when I run :

rosrun vosch example_vosch rospack find vosch/data/sample_cone_green.pcd

I got the Error that

Couldn't find executable named example_vosch below /opt/ros/fuerte/stacks/mapping/vosch

can anyone help me to fix it?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-04-21 22:35:37 -0500

sai gravatar image

I think that you did not compile it after downloading the package.

Please check that all dependencies are installed and it compiles without errors. Then it should find the executable.

You can also try

rosmake --pre-clean <package_name>

to remove the previous builds and compile it right now in your system.

Good luck!

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2014-04-21 22:15:46 -0500

Seen: 420 times

Last updated: Apr 21 '14