ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You need to export the package paths correctly. As you allready noticed your packages can not be found. The reason is most likely that you did not correct setup the ROS_PACKAGE_PATH variable.
you can check the Path by:
The output shows the paths which ROS is searching for Packages.
Check also this page here