ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
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!