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

fuerte source install - gen_rosinstall.py not found

asked 2013-09-23 08:29:24 -0500

ThomasK gravatar image

updated 2013-09-23 09:22:07 -0500

I'm trying to install fuerte from source but it seems like http://packages.ros.org/cgi-bin/gen_rosinstall.py is not found any longer. Is this a temporary issue and to be resolved soon or is installation of fuerte (and older versions) from source using the online rosinstall generation script not supported any longer? If it's the latter, is there any other source that provides a rosinstall file for the different install variants (desktop, desktop-full, etc.)?

Thanks, Thomas

edit retag flag offensive close merge delete

Comments

Thomas, Have you had any success with this? I'm running into the same issue. It looks like rosinstall_generator (which seems to be intended to replace this functionality) doesn't support fuerte.

Michael Beardsworth gravatar image Michael Beardsworth  ( 2013-10-06 10:37:06 -0500 )edit

I haven't come across a solution / workaround yet. All documentation related to fuerte source install and gen_rosinstall.py seems to state that pre-groovy the gen_rosinstall.py is to be used, but it seems like the gen_rosinstall.py script disappeared without providing an alternative.

ThomasK gravatar image ThomasK  ( 2013-10-06 12:06:51 -0500 )edit

It looks like the source for the gen_rosinstall.py tool is here: https://code.ros.org/trac/ros/browser/stacks/ros_release/branches/fuerte/job_generation/website/cgi-bin/gen_rosinstall.py?rev=16603 I'll start hunting for the database it needs.

Michael Beardsworth gravatar image Michael Beardsworth  ( 2013-10-06 12:30:01 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
3

answered 2013-10-06 12:43:39 -0500

updated 2013-10-06 12:44:09 -0500

I pulled out the source for gen_rosinstall.py and hacked together a quick solution at https://github.com/mbeards/gen_rosinstall . It might be worthwhile to either set up a legacy packages.ros.org or update the newer tools to support Fuerte.

edit flag offensive delete link more

Comments

Awesome, thanks for putting together the script. I do agree that updating the tools to support previous distributions would be good as there's still a wide range of users relying on fuerte for their projects who might need source install.

ThomasK gravatar image ThomasK  ( 2013-10-06 16:48:35 -0500 )edit

Hi, how do I go about using this script? I have downloaded it locally, and run it locally with python, but I'm not sure how to format my rosinstall command. Something like: rosinstall ~/ros "http://packages.ros.org/cgi-bin/gen_rosinstall.py?rosdistro=fuerte&variant=desktop-full&overlay=no" (By the way, I am trying to install fuerte from source, following the instructions here: http://wiki.ros.org/fuerte/Installation/Ubuntu/Source.)

witwicki gravatar image witwicki  ( 2013-11-13 02:46:30 -0500 )edit

I would like to know aswell how to use that gen_rosinstall.py to install ros fuerte from source.

pr2_fan123 gravatar image pr2_fan123  ( 2013-11-15 00:10:45 -0500 )edit

I got it to work by piping the output of the python command to a local file, and afterwards passing the name of that local file to rosinstall. (I.e., replace "http://packages.ros.org/cgi-bin/gen_rosinstall.py?rosdistro=fuerte&variant=desktop-full&overlay=no" with the name of the local file).

witwicki gravatar image witwicki  ( 2013-11-18 01:04:09 -0500 )edit

Hm, i think i already tried this and it didn't work. Could you give an example of the full rosinstall command when the gen_rosinstall.py file lies in my home/user directory? I also want the fuerte desktop-full variant so i'm not sure how to pass those params.

pr2_fan123 gravatar image pr2_fan123  ( 2013-11-18 01:17:44 -0500 )edit

In a bash shell, try running this line: python generate_rosinstall.py --rosdistro=fuerte --overlay=no --variant=desktop-full > temp && rosinstall ~/ros temp

witwicki gravatar image witwicki  ( 2013-11-18 02:00:43 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2013-09-23 08:29:24 -0500

Seen: 702 times

Last updated: Sep 23 '13