Created
January 26, 2016 07:16
-
-
Save yoneken/acac6e69b46a2f32fc1f to your computer and use it in GitHub Desktop.
Setup ROS environment variables on OSX
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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