Created
June 26, 2018 11:27
-
-
Save pgorczak/ea30a28b164e54ee0efdbdcfecbaa0e5 to your computer and use it in GitHub Desktop.
A tiny helper for setting up environment variables
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
# Put this file somewhere on your path | |
# run `source ros-mdns {master-hostname}` | |
export ROS_MASTER_URI=http://$1.local:11311 | |
export ROS_HOSTNAME=$(hostname).local |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment