ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Apparently there was something wrong with my ROS_PACKAGE_PATH. the exported directory was my home/wouter/ directory and causes ros to search infinitely long for the package. Once changed to home/wouter/ros the issue was resolved.
Thanks Lorenz Mosenlechner