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

Your error message does not include a listing of the entries in the ROS_PACKAGE_PATH (normally these would be ROS path [0], ROS path [1], etc). Presumably this means that your ROS_PACKAGE_PATH is not set at all.

It looks like you need to source the setup.bash or setup.sh for your workspace, which will set up your ROS_PACKAGE_PATH and the other environment variables that ROS needs.