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

You need to go to the directory where your executable is, and check if it is there. Usually, the executable generated is in the [WORKSPACE_DIR]/devel/lib/[PKG_NAME]/.

If the executable is not generated, then something wrong with catkin_make or your source code.

If the executable is generated, then something wrong with you environment variables.