Skip to content

Instantly share code, notes, and snippets.

@Seanmatthews
Created March 20, 2019 13:51
Show Gist options
  • Save Seanmatthews/8fba21ca78077b183c7b5818795f132f to your computer and use it in GitHub Desktop.
Save Seanmatthews/8fba21ca78077b183c7b5818795f132f to your computer and use it in GitHub Desktop.
ROS bash utilities
export ROS_MASTER_URI=http://localhost:11311
yesmaster() {
export ROS_MASTER_URI=http://$1:11311
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment