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

jbsubils's profile - activity

2020-11-26 14:36:11 -0500 received badge  Nice Answer (source)
2015-02-16 04:49:25 -0500 received badge  Famous Question (source)
2014-11-22 14:48:17 -0500 received badge  Popular Question (source)
2014-11-22 14:48:17 -0500 received badge  Notable Question (source)
2014-10-30 16:14:15 -0500 received badge  Self-Learner (source)
2014-10-30 16:14:15 -0500 received badge  Teacher (source)
2014-10-30 16:04:39 -0500 answered a question rospack depends1 beginner_tutorials [Package not found]

Ok so I understood my problem.

The solution is before to do the command:

$ catkin_create_pkg beginner_tutorials std_msgs rospy roscpp

We need to be located in : ~/catkin_ws/src

For some reason I was in ~/catkin_ws and thought it was the right place to create the Package.

2014-10-30 15:59:03 -0500 commented answer rospack depends1 beginner_tutorials [Package not found]

I don't understand the response of this question (which is the same than mine): http://answers.ros.org/question/99551...

2014-10-30 15:56:29 -0500 commented answer rospack depends1 beginner_tutorials [Package not found]

No, I still have the same error

2014-10-30 15:36:17 -0500 asked a question rospack depends1 beginner_tutorials [Package not found]

Hello,

I'm really new at using ROS and I was doing some tutorials.

The tutorial I'm actually stuck on is the following: http://wiki.ros.org/ROS/Tutorials/Cre...

I have a problem when I do the following command :

`rospack depends1 beginner_tutorials`

I have the following error :

[rospack] Error: no such package beginner_tutorials

So I'm wondering why since the command I ran previously to this one was :

$ catkin_create_pkg beginner_tutorials std_msgs rospy roscpp

This command should create the package but it apparently doesn't. I'm wondering what I missed.

When I tried the command :

roswtf

This is what it return :

Loaded plugin tf.tfwtf

Package: beginner_tutorials

Cannot find dependencies for package [beginner_tutorials]: missing beginner_tutorials

ROS path [0]=/opt/ros/indigo/share/ros

ROS path [1]=/home/anon/catkin_ws/src

ROS path [2]=/opt/ros/indigo/share

ROS path [3]=/opt/ros/indigo/stacks

Does anybody understand my mistake ?