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

durka42's profile - activity

2012-11-16 01:15:48 -0500 received badge  Famous Question (source)
2012-10-08 18:30:26 -0500 received badge  Nice Question (source)
2012-10-08 18:30:24 -0500 received badge  Nice Answer (source)
2012-10-08 18:27:22 -0500 commented answer [SOLVED] rosinstall on OSX Mountain Lion

I cannot accept the answer as I don't have 25 points. Looks like Kevin has closed the question for me.

2012-10-08 15:24:19 -0500 received badge  Notable Question (source)
2012-10-08 09:18:26 -0500 received badge  Student (source)
2012-10-08 09:18:21 -0500 received badge  Teacher (source)
2012-10-08 09:18:21 -0500 received badge  Self-Learner (source)
2012-10-08 08:14:58 -0500 received badge  Popular Question (source)
2012-10-08 07:55:37 -0500 answered a question [SOLVED] rosinstall on OSX Mountain Lion

SOLVED. I found the scripts rosinstall, rosws, etc. They were installed to /usr/local/share/python.

2012-10-08 07:41:31 -0500 commented question [SOLVED] rosinstall on OSX Mountain Lion

Hi Kevin. I have done everything up through step 1.2.4, and I can't do step 1.3 because I don't seem to have a rosinstall script anywhere. My PYTHONPATH does include that directory. Here is env: http://pastie.org/5019902

2012-10-06 12:07:29 -0500 received badge  Editor (source)
2012-10-06 11:49:02 -0500 asked a question [SOLVED] rosinstall on OSX Mountain Lion

So I'm trying to install Fuerte using Homebrew as per these instructions. I got as far as rosinstall, but although pip seems to have successfully installed rosinstall, it's not on my PATH. My PATH is:

  • /usr/local/bin
  • /usr/local/lib/wxPython/bin
  • /usr/bin
  • /bin
  • /usr/sbin
  • /sbin
  • /opt/X11/bin
  • /usr/texbin

I found some scripts like rosinstall_cmd.py in /usr/local/lib/python2.7/site-packages/rosinstall; is one of those supposed to be symlinked into /usr/local/bin perhaps?