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

Could be one of two things:

  1. ROS can't find the package on your path, in which case you need to run rospack profile to update and fix path issues
  2. You have not sourced your workspace, in which case you need to add source <path_to_your_workspace>/devel/setup.bash to your .bashrc

Could be one of two things:

  1. ROS can't find the package on your path, in which case you need to run rospack profile to update and fix path issues
  2. You have not sourced your workspace, in which case you need to add source <path_to_your_workspace>/devel/setup.bash to your .bashrc (then resource your .bashrc or reopen your terminal window)