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

tramfam's profile - activity

2013-06-02 10:13:22 -0500 received badge  Student (source)
2012-11-27 18:38:50 -0500 received badge  Famous Question (source)
2012-08-28 06:24:05 -0500 received badge  Popular Question (source)
2012-08-28 06:24:05 -0500 received badge  Notable Question (source)
2012-06-01 02:04:11 -0500 received badge  Organizer (source)
2012-05-31 22:25:54 -0500 received badge  Editor (source)
2012-05-31 22:25:31 -0500 asked a question rospack segmentation fault - OSX

Hi,

Just got Feurte loaded on OSX 10.7.3. I'm running through the tutorial and have run into initial issues (yes, I know that full OSX support is not yet available).

I have confirmed that the following is in my .bashrc:

source ~/ros/setup.bash

export ROS_PACKAGE_PATH=~/ros_workspace:$ROS_PACKAGE_PATH

export ROS_WORKSPACE=~/ros_workspace

When I view environment variables, I see that ROS variables seem to be set correctly.

When I use rospack, I get the following error:

$ rospack find roscpp Segmentation fault: 11

I've also noticed that roscd doesn't work. It gives me the following:

$ roscd roscpp

roscd: No such package/stack 'roscpp'

For what it's worth, roscore seems to load just fine.

Thanks