Robotics StackExchange | Archived questions

How to install ROStful ?

Hi, I'm a new-comer in the ROS development, and for now, every time I wanted to install a new package from git, I just cloned it in my ~/catkinws/src/ folder and made a catkinmake to rebuild ROS. But when I do it with the ROStful package (https://github.com/asmodehn/rostful) it doesn't seem to work. I would like to know how to install and run this package, if anyone already used it ? Because I did not find any commentaries about it on the Internet.

Asked by dkurzaj on 2016-06-24 03:42:29 UTC

Comments

If you tell us what "doesn't seem to work", I think we'll be in a much better position to help you.

Asked by gvdhoorn on 2016-06-24 09:48:17 UTC

When I do this in the cloned repo:

pip install catkin-pkg rostful

catkin-pkg installs well, but then I get this error:

Downloading/unpacking rostful
  Could not find any downloads that satisfy the requirement rostful
Cleaning up...
No distributions at all found for rostful

Asked by dkurzaj on 2016-06-27 02:39:34 UTC

rostful is not distributed via pip / pypi afaict. The readme is a bit unclear, but I believe you should first git clone .. the repository and then run the pip install rostful command from the cloned directory.

Asked by gvdhoorn on 2016-06-27 02:57:36 UTC

I did:

pip install .

And it worked but I got this error:

Downloading/unpacking pyros (from rostful==0.0.7)
  Could not find any downloads that satisfy the requirement pyros (from rostful==0.0.7)
Cleaning up...
No distributions at all found for pyros (from rostful==0.0.7)

Asked by dkurzaj on 2016-06-27 03:03:01 UTC

What have you found yourself? A quick google for "python pyros" leads me to asmodehn/pyros. I suggest taking this up with the author of these packages. In this case asmodehn/rostful/issues.

Asked by gvdhoorn on 2016-06-27 03:17:52 UTC

What is this a duplicate of?

Asked by gvdhoorn on 2016-06-27 03:23:34 UTC

It's because I can not edit this one, probably because I created it before creating my account, and I did not know it was created at that time so I created a second one and I can only edit the second one that I created : http://answers.ros.org/question/237971/how-to-install-rostful/

Asked by dkurzaj on 2016-06-27 04:21:20 UTC

As this one already has some history, please re-open it. Editing it will most likely be fixed some time soon. Opening new, duplicate questions does not make sense.

Asked by gvdhoorn on 2016-06-27 04:24:32 UTC

Also: your new question contains exactly the same text as this one. What did/do you want to edit?

Asked by gvdhoorn on 2016-06-27 04:25:04 UTC

Actually, when I created my account for this question, I thought my first question had disappeared the time of the account creation because I did not see it in my account for a while... So I reposted it :/

Asked by dkurzaj on 2016-06-27 05:01:04 UTC

Here is my question on their GIT : https://github.com/asmodehn/rostful/issues/77 I will post a complete answer here if I manage to make all work :)

Asked by dkurzaj on 2016-06-27 05:01:45 UTC

Great. Let us know how things turn out.

Asked by gvdhoorn on 2016-06-27 05:06:50 UTC

Answers