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 assume you are following the tutorials here: Creating a ROS Package

So, either you did not create the package (in which case just follow the tutorials), or, ROS isn't aware of your newly created package.

Try running rospack profile, this will make ROS crawl your path and find any new packages. Then try roscd beginner_tutorials again, and it should find it.