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

zobi's profile - activity

2014-11-02 10:24:26 -0500 received badge  Famous Question (source)
2014-07-09 13:00:46 -0500 received badge  Notable Question (source)
2014-04-14 05:31:38 -0500 received badge  Popular Question (source)
2014-03-24 05:53:15 -0500 received badge  Enthusiast
2014-03-19 08:33:06 -0500 commented answer rosinstall_generator fails on OS X Maverick

Thanks.That is right, now it works. Might have been a temporary issue.

2014-03-19 08:31:17 -0500 received badge  Scholar (source)
2014-03-19 04:30:24 -0500 asked a question rosinstall_generator fails on OS X Maverick

Hi,

I have recently tried to install ROS hydro on OS X with HomeBrew but the rosinstall_generator fails with: (links looking like that , because had no enough karma to publish a link :))

rosinstall_generator desktop_full --rosdistro hydro --deps --wet-only --tar > hydro-desktop-full-wet.rosinstall Traceback (most recent call last):
File "/usr/local/bin/rosinstall_generator", line 117, in rc = main() File "/usr/local/bin/rosinstall_generator", line 105, in main tar=args.tar) File "/Library/Python/2.7/site-packages/rosinstall_generator/generator.py", line 189, in generate_rosinstall names, unknown_names = _classify_names(distro_name, names) File "/Library/Python/2.7/site-packages/rosinstall_generator/generator.py", line 84, in _classify_names wet_distro = get_wet_distro(distro_name) File "/Library/Python/2.7/site-packages/rosinstall_generator/generator.py", line 170, in get_wet_distro _wet_distro = _get_wet_distro(distro_name) File "/Library/Python/2.7/site-packages/rosinstall_generator/distro.py", line 45, in get_distro return get_cached_distribution(index, distro_name) File "/Library/Python/2.7/site-packages/rosdistro/__init__.py", line 134, in get_cached_distribution cache = get_distribution_cache(index, dist_name) File "/Library/Python/2.7/site-packages/rosdistro/__init__.py", line 160, in get_distribution_cache yaml_gz_str = load_url(url, skip_decode=True) File "/Library/Python/2.7/site-packages/rosdistro/loader.py", line 59, in load_url raise URLError(str(e) + ' (%s)' % url) urllib2.URLError: (http: // ros.org / rosdistro / hydro-cache . yaml . gz)>

The problem is that it can't resolve the url: http: // ros . org / rosdistro / hydro-cache.yaml.gz. I believe the rewrite rules are missing from the ros server, as http: // www . ros . org / rosdistro / hydro-cache.yaml.gz is reachable and http: // ros . org / rosdistro / hydro-cache.yaml.gz is not.

Any help would be appreciated,

Thanks, Csongor