Skip to content

Instantly share code, notes, and snippets.

@Ry0
Created November 1, 2016 01:31
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 Ry0/903935e52f1f514fb682c093d2f5b38a to your computer and use it in GitHub Desktop.
Save Ry0/903935e52f1f514fb682c093d2f5b38a to your computer and use it in GitHub Desktop.
socat TCP-LISTEN:6000,reuseaddr,fork UNIX-CLIENT:\"$DISPLAY\"
docker run -it --rm --net=rosnet --name master ros:indigo-desktop-full
roscore
docker run -it --rm --net=rosnet --env ROS_HOSTNAME=moveit --env ROS_MASTER_URI=http://master:11311 --env DISPLAY=192.168.99.1:0 --name moveit ros:indigo-desktop-full
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment