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

Revision history [back]

click to hide/show revision 1
initial version

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!