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

Revision history [back]

click to hide/show revision 1
initial version

The problem here is that you haven't sourced your workspace so the package projectbot_gazebo isn't found. The two ROS path lines that you get from the error are all the data within the variable ROS_PACKAGE_PATH, when using $(find PKG) you will search if a package can be found at the different pathes of the variable. Sourcing your catkin workspace add the path of the packages of your workspace to this variable.