ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You don't seem to have beginner_tutorials in your ROS_PACKAGE_PATH.
You should probably add this line to your ~/.bashrc (after the line which sources the ROS setup.bash):
export ROS_PACKAGE_PATH=/path/to/beginner_tutorials:${ROS_PACKAGE_PATH}