Skip to content

Instantly share code, notes, and snippets.

@bgromov
Created June 20, 2016 00:50
Show Gist options
  • Save bgromov/4cda45a17c60387ba002e10e7be581a1 to your computer and use it in GitHub Desktop.
Save bgromov/4cda45a17c60387ba002e10e7be581a1 to your computer and use it in GitHub Desktop.
Using ROS robot_upstart with whatever IP address available on wlan0 interface
rosrun robot_upstart install hmri_bringup/launch/bringup.launch --master http://"\$(ip addr show wlan0 | grep \"inet\b\" | awk '{print \$2}' | cut -d/ -f1)":11311 --user root
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment