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