Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 513 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 513 Bytes

Example docker using novnc for graphical output

How to run

  1. Open the docker container. If the docker image isn't built, it will build it for you.
./run
  1. Once inside the running container, load the vnc server with the following command:
./novnc
  1. Run Gazebo in the container to get some graphics output:
gazebo
  1. Open your web browser to the following URL: http://localhost:6080/vnc.html and press the connect button (no password needed). You should see the gazebo window.