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

See How to run ROS commands from C++ application? for (what seems to be) an identical issue.

In short: you're probably starting roslaunch from an environment that has not been setup for use with ROS (ie: ROS_PACKAGE_PATH, PYTHONPATH, etc have not been set properly).

Other related questions: