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

y0yster's profile - activity

2020-04-03 10:48:52 -0500 received badge  Famous Question (source)
2015-11-13 05:26:06 -0500 received badge  Taxonomist
2014-10-01 12:34:33 -0500 received badge  Popular Question (source)
2014-10-01 12:34:33 -0500 received badge  Notable Question (source)
2013-09-19 07:01:32 -0500 received badge  Editor (source)
2013-09-19 07:00:46 -0500 answered a question Can't create a package

Because of comment formatting, the commands are here:

sudo apt-get install curl

curl -O http://python-distribute.org/distribute_setup.py

sudo python distribute_setup.py

sudo easy_install pip

2013-09-19 07:00:00 -0500 commented question Can't create a package

I was able to solve the problem and I've forgotten to put the solution here. Now I'm doing this. For me procedure below helped:

2013-09-19 06:45:31 -0500 received badge  Student (source)
2013-09-10 05:58:40 -0500 received badge  Famous Question (source)
2013-08-27 11:40:20 -0500 received badge  Notable Question (source)
2013-07-23 03:27:33 -0500 received badge  Popular Question (source)
2013-07-22 04:57:30 -0500 asked a question Can't create a package

I have a problem with creating a package with roscreate-pkg. At the beginning I was create a package without any error messages. Now I get something like this while attempting to create a package:

Traceback (most recent call last): File "/opt/ros/fuerte/bin/roscreate-pkg", line 34, in <module> import roscreate File "/opt/ros/fuerte/lib/python2.7/dist-packages/roscreate/__init__.py", line 36, in <module> import roscreate.core File "/opt/ros/fuerte/lib/python2.7/dist-packages/roscreate/core.py", line 40, in <module> import pkg_resources ImportError: No module named pkg_resources

I have python-setuptools which should have the pkg_resources but somehow it is unable to find it.

I'm using ros-fuerte installed from package.

2013-07-11 02:45:17 -0500 asked a question Moving a joint in gazebo via calling a service

Hello,

I have a model in urdf where I have two links and one prismatic joint.

How can I move it via calling a service /gazebo/apply_joint_effort ?