„[rospack] Error: no such package beginner_tutorials“
Hi, I'm absolutely new to ROS (and quite new to LINUX).
I installed ROS JADE on Ubuntu 14.04 and did the first three tutorials. In the Tutorial: „Creating a ROS Package“ I'm encountering an error. The command:
rospack depends1 beginner_tutorials
gives:
[rospack] Error: no such package beginner_tutorials
My catkin structure is:
hpe@hpe-P5Q-PRO:~/catkin_ws$ ls
beginner_tutorials build devel src
I tried to add the workspace with:
$ . ~/catkin_ws/devel/setup.bash
and
hpe@hpe-P5Q-PRO:~/catkin_ws$ source devel/setup.bash
But with same result.
Any idea what is wrong with my setup?
For future questions: if you use the
101010
button on the formatting toolbar (Preformatted text) it will make console copy/pastes much easier to read. Thanks.