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

Groovy Beta install error on OSX

asked 2012-12-28 08:13:12 -0500

Kevin gravatar image

Following the instructions in section 2.2.2, the ROS-Comm install doesn't work. Going to http://packages.ros.org/web/rosinstall/generate/dry/raw/groovy/ros_comm returns the following error:

Environment:


Request Method: GET
Request URL: http://packages.ros.org/web/rosinstall/generate/dry/raw/groovy/ros_comm

Django Version: 1.4.2
Python Version: 2.6.5
Installed Applications:
('django.contrib.auth',
 'django.contrib.contenttypes',
 'django.contrib.sessions',
 'django.contrib.sites',
 'django.contrib.messages',
 'django.contrib.staticfiles',
 'dajaxice',
 'dajax',
 'prerelease_website.submit_jobs',
 'prerelease_website.rosinstall_gen')
Installed Middleware:
('django.middleware.common.CommonMiddleware',
 'django.contrib.sessions.middleware.SessionMiddleware',
 'django.middleware.csrf.CsrfViewMiddleware',
 'django.contrib.auth.middleware.AuthenticationMiddleware',
 'django.contrib.messages.middleware.MessageMiddleware')


Traceback:
File "/usr/local/lib/python2.6/dist-packages/django/core/handlers/base.py" in get_response
  111.                         response = callback(request, *callback_args, **callback_kwargs)
File "/var/www/prerelease_website/prerelease_website/rosinstall_gen/views.py" in dry_raw
  11.     rosinstall = generate_dry_rosinstall(distro, variant)
File "/var/www/prerelease_website/prerelease_website/rosinstall_gen/old_distro.py" in generate_dry_rosinstall
  14.                                                 variant_name=variant)
File "/usr/lib/pymodules/python2.6/rospkg/distro.py" in distro_to_rosinstall
  287.         stack_names = set(variant.get_stack_names(implicit=implicit))

Exception Type: AttributeError at /rosinstall/generate/dry/raw/groovy/ros_comm
Exception Value: 'NoneType' object has no attribute 'get_stack_names'

Both the full-desktop and desktop seem to work fine (they return a list of packages to install).

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2012-12-28 11:21:34 -0500

eitan gravatar image

It looks like you're trying to generate a rosinstall file for a wet stack with the dry toolchain. Can you try this instead?

http://packages.ros.org/web/rosinstall/generate/raw/groovy/ros_comm

edit flag offensive delete link more

Comments

Yes that returns a list of packages. @WilliamWoodall is leveraging the "install from source" instructions for linux. They want us to build a dry tool chain first it appears. I am just trying to let them know it is broken for ros_comm, but works for the other two.

Kevin gravatar image Kevin  ( 2012-12-29 02:24:22 -0500 )edit
1

Yes, this should not be used in the case of ros_comm. We are intending to replace ros_comm with an actual variant in the future. But the rosinstall generate could give a more meaningful response, like # No dry packages selected or something similar, which would result in an empty rosinstall.

WilliamWoodall gravatar image WilliamWoodall  ( 2012-12-29 09:09:01 -0500 )edit
1

I updated the installation instructions to reflect this.

WilliamWoodall gravatar image WilliamWoodall  ( 2012-12-29 09:29:59 -0500 )edit

Question Tools

Stats

Asked: 2012-12-28 08:13:12 -0500

Seen: 157 times

Last updated: Dec 28 '12