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

I encountered this problem, and the other two answers are not correct in my opinion. If you take a look at this tutortial on how to create a workspace: http://wiki.ros.org/catkin/Tutorials/create_a_workspace, you see that there is a step after calling catkin_make, that is: $ source devel/setup.bash. If you call that from within your created workspace, you'll see that roscd will take you to that workspace.