ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I encountered a similar problem once. You have to change the path via export ROS_PACKAGE_PATH= .... . Your path might have wrong directories or the path might consist of a link which is too big for it to handle.
2 | No.2 Revision |
I encountered a similar problem once. Check the path via echo $ROS_PACKAGE_PATH. You have to change the path via export ROS_PACKAGE_PATH= .... . Your path might have wrong directories or the path might consist of a symbolic link which is too big complex for it to handle.