Skip to content

Instantly share code, notes, and snippets.

@dustycodes
Last active July 21, 2016 17:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dustycodes/e6580aef7bf64435d4eecfca40e96386 to your computer and use it in GitHub Desktop.
Save dustycodes/e6580aef7bf64435d4eecfca40e96386 to your computer and use it in GitHub Desktop.
$MASTER_IP='YOURIP' # or hostname
export ROS_MASTER="http://${MASTER_IP}:11311/"
# and/or save it
echo "export ROS_MASTER=http://${MASTER_IP}:11311/" >> ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment