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

adam's profile - activity

2012-09-04 08:45:53 -0500 received badge  Popular Question (source)
2012-09-04 08:45:53 -0500 received badge  Famous Question (source)
2012-09-04 08:45:53 -0500 received badge  Notable Question (source)
2012-04-13 10:16:45 -0500 received badge  Student (source)
2012-04-11 15:25:33 -0500 commented question ROS Install hangs on Mac OS Lion

hi william, thanks for your response! i ran your suggested upgrade of rosinstall, unfortunately the install hangs in exactly the same place! any ideas how to troubleshoot this issue?

2012-04-06 22:08:22 -0500 answered a question how to run rosjava_tutorial_pubsub?

hi,

is there any consensus on how to run the pubsub tutorial for rosjava post the switch to gradle? I can't get the above 'dirty workaround' to work, and am not sure how to otherwise run this tutorial. (I have successfully installed and compiled rosjava_core using ./gradlew install). Is the jar created by the pubsub tutorial supposed to be executable? If i run

java -jar rosjava_tutorial_pubsub-0.0.0-SNAPSHOT.jar

i get:

no main manifest attribute, in rosjava_tutorial_pubsub-0.0.0-SNAPSHOT.jar

thanks

2012-04-01 23:00:34 -0500 asked a question ROS Install hangs on Mac OS Lion

Hi,

I'm trying to install and run ROS on Mac OS 10.7 on a MacBook Pro, and I'm using the homebrew instructions at http://www.ros.org/wiki/electric/Installation/OSX/Homebrew. I proceed through the steps successfully until 1.6 when i enter

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

and the download completes sucessfully ( i think), then the last lines are

(Over-)Writing setup.sh, setup.bash, and setup.zsh in /Users/adamhaber/ros Bootstrapping ROS build Detected ros_comm bootstrapping it too.

before the install hangs. The issue may be similar to this one http://answers.ros.org/question/30339/ros-installation-on-mac-with-homebrew but I have tried the recommendations for that to no avail.

Any help would be much appreciated