Skip to content

Instantly share code, notes, and snippets.

@yoneken
Created January 26, 2016 07:16
Show Gist options
  • Save yoneken/acac6e69b46a2f32fc1f to your computer and use it in GitHub Desktop.
Save yoneken/acac6e69b46a2f32fc1f to your computer and use it in GitHub Desktop.
Setup ROS environment variables on OSX
export ROS_MASTER_URI=http://localhost:11311
export ROS_IP=`ifconfig en0 | grep 'inet ' | sed -e 's/^.*inet //' -e 's/ .*//'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment