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

I cannot find beginner_tutorials

asked 2016-05-27 06:03:16 -0500

arcanum gravatar image

whenever i use roscd beginner_tutorials i always get no such directoru found please help ?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2016-05-27 08:36:54 -0500

Steven_Daniluk gravatar image

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.

edit flag offensive delete link more

Comments

Also your path environment might not be setup correctly, can you write the output of ' echo $ROS_PACKAGE_PATH ' ? Without the hyphens

JamesWell gravatar image JamesWell  ( 2016-06-03 12:27:16 -0500 )edit

Question Tools

Stats

Asked: 2016-05-27 06:03:16 -0500

Seen: 182 times

Last updated: May 27 '16