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

Revision history [back]

As the error says catkin_make must be invoked in the root of the workspace. What this means is that you must change your directory to be in the root of the workspace before running catkin_make.

cd /home/dinesh/catkin_ws
catkin_make

The tutorials make reference to this behavior. Although I think they often leave out an explicit call to cd. Hope that helps!