Skip to content

Dockerized Gazebo Web with ROS and ssh

Notifications You must be signed in to change notification settings

mis-eu/gzweb-rosssh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gzweb-rosssh

Dockerized Gazebo Web with ROS and ssh.

Also available on DockerHub at this link.

Contents

  • ubuntu:xenial
  • ROS
  • Gazebo Server
  • Gazebo Web (webgz)
  • ssh

Usage

First, do:

docker pull vasilescur/gzweb-rosssh

Then, run with:

docker run -t -d -p 8080:8080 gzweb-rosssh

Use your browser to access the running web interface at localhost:8080.

Building

To build the image, run:

docker build -t vasilescur/gzweb-rosssh .

About

Dockerized Gazebo Web with ROS and ssh

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 97.6%
  • Shell 2.4%