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

Did you source your workspace?

In your workspace there should be a devel directory containing a setup.bash try source setup.bash and then run your commands again.

Actually this setup.bash file tells ros where to look for messages, nodes, service, etc. and if you do not source it, it will not look in your workspace.