ros on Mac(Lion) [closed]

asked 2012-05-22 16:02:22 -0500

Ari gravatar image

updated 2012-05-26 09:53:00 -0500

Kevin gravatar image

I have error at "Mac OS X Installation using Homebrew Instructions (10.6 or later)"

When I put "rosinstall ~/ros "http://packages.ros.org/cgi-bin/gen_rosinstall.py?rosdistro=electric&variant=desktop-full&overlay=no"

I have error ootstrapping ROS build Detected ros_comm bootstrapping it too. /Users/yukke150/ros/ros/tools/rosmake/src/rosmake/engine.py:40: UserWarning: roslib.rospack is deprecated, please use rospkg import roslib.rospack /Users/yukke150/ros/ros/tools/rosmake/src/rosmake/engine.py:41: UserWarning: roslib.rosenv is deprecated, please use rospkg or rosgraph.rosenv import roslib.rosenv Traceback (most recent call last): File "/Users/yukke150/ros/ros/bin/rosmake", line 64, in <module> import rosmake File "/Users/yukke150/ros/ros/tools/rosmake/src/rosmake/__init__.py", line 34, in <module> from .engine import RosMakeAll, Printer File "/Users/yukke150/ros/ros/tools/rosmake/src/rosmake/engine.py", line 59, in <module> import rosdep File "/Users/yukke150/ros/ros/tools/rosdep/src/rosdep/__init__.py", line 32, in <module> from rosdep.main import main File "/Users/yukke150/ros/ros/tools/rosdep/src/rosdep/main.py", line 43, in <module> import rosdep.core as core File "/Users/yukke150/ros/ros/tools/rosdep/src/rosdep/core.py", line 40, in <module> import roslib.os_detect ImportError: No module named os_detect Traceback (most recent call last): File "/usr/local/bin/rosinstall", line 5, in <module> pkg_resources.run_script('rosinstall==0.6.16', 'rosinstall') File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 489, in run_script self.require(requires)[0].run_script(script_name, ns) File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 1214, in run_script exec script_code in namespace, namespace File "/Library/Python/2.7/site-packages/rosinstall-0.6.16-py2.7.egg/EGG-INFO/scripts/rosinstall", line 16, in <module>

File "build/bdist.macosx-10.7-intel/egg/rosinstall/rosinstall_cli.py", line 217, in rosinstall_main File "build/bdist.macosx-10.7-intel/egg/rosinstall/rosinstall_cmd.py", line 96, in cmd_generate_ros_files File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 504, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command 'source /Users/yukke150/ros/setup.sh && rosmake ros ros_comm --rosdep-install' returned non-zero exit status 1

Do you know how to solve this problem?

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by tfoote
close date 2013-05-09 07:37:18

Comments

Why don't you install Fuerte ... I am tempted to say it has better support depending on what you need.

Kevin gravatar image Kevin  ( 2012-05-22 16:38:18 -0500 )edit