I cannot find beginner_tutorials
whenever i use roscd beginner_tutorials i always get no such directoru found please help ?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
whenever i use roscd beginner_tutorials i always get no such directoru found please help ?
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.
Asked: 2016-05-27 06:03:16 -0600
Seen: 174 times
Last updated: May 27 '16
tutrlesim_node fails due to incompatible Qt library
i am having troubles following the URDF tutorial
Errors with catkin_make and beginner_tutorials
Error when I install Catkin_make after I update my CmakeLists.txf
How do i remove this error while executing publisher subscriber in ros?