ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

ROS_PACKAGE_PATH should include your ros_workspace as well as ROS system installed path.

Add this to your .bashrc file so that it executes on every terminal launch
source /opt/ros/hydro/setup.bash
export ROS_PACKAGE_PATH=/home/paulo/ros_workspace:$ROS_PACKAGE_PATH