Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Latest commit

 

History

History

demos

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Robot Web Tools Demo Docker

Installation

  sudo apt-get install docker.io
  sudo docker.io pull robotwebtools/demos

Execution

  • Starts Docker Container. Rsbridge port will be exposed as localhost:8888
 > sudo docker.io run -d -p 8888:9090 robotwebtools/demos
  • Open demo page. (Turtlebot2 URDF, Marker, Interactive Marker demo are supported)

alt text

Customise

  1. Edit Dockerfile and image name in build_environment.sh

  2. Create image

  ./build_environment.sh