why roscd does not find the package I create?
Hello everyone,
I create beginner_tutorial package as it is instructed in the tutorial. However, I cant use roscd on it.
every time it said that there is no such package or stack.
I can use cd ~/catkin_ws/src/beginner_tutorial
to have access to it.
I closed all the terminals previously. Does it related to this?
here's what it said:
mehrdadtavassoli@ubuntu:~$ roscd beginner_tutorials
roscd: No such package/stack 'beginner_tutorials'
same thing applies for:
$ roscd dev
Lastly, it works perfectly fine for the following:
$ roscd roscpp
Thanks in advance
Have you
source
d yourdevel/setup.bash
?Running
$ rospack profile
might solve your issue if the above still doesn't work.I actually forgot to source it. Anyway thanks