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

Why isn't there a deb package for rosinstall?

asked 2011-06-01 06:14:57 -0500

updated 2011-06-01 09:15:20 -0500

The install/setup instructions tell users to:

sudo apt-get install python-setuptools
sudo easy_install -U rosinstall

It seems like something that should be part of ros core, or at the very least have a deb package associated.

Is there any particular reason for this?

Is this something I should file a feature request ticket for?

edit retag flag offensive close merge delete

2 Answers

Sort by » oldest newest most voted
4

answered 2011-06-01 17:08:13 -0500

kwc gravatar image

This would make a good ticket, though it something that is currently being worked on.

edit flag offensive delete link more
3

answered 2011-07-18 00:04:27 -0500

BTW, you can easily generate a debian package for rosinstall yourself:

sudo apt-get install python-stdeb
pypi-install --keep rosinstall
find /tmp -name 'python-rosinstall*.deb'
edit flag offensive delete link more

Comments

Awesome : )
Asomerville gravatar image Asomerville  ( 2011-07-18 04:03:01 -0500 )edit

Question Tools

Stats

Asked: 2011-06-01 06:14:57 -0500

Seen: 542 times

Last updated: Jul 18 '11