Git Product home page Git Product logo

f1tenth_docker's Introduction

F1/10 Docker

Docker image to provide HTML5 VNC interface to access the entire F1/10 Perception, Planning, and Control tutorials available at: https://github.com/linklab-uva/f1tenth_gtc_tutorial

The image inlcudes, Ubuntu 16.04 xenial, ROS Kinetic Desktop Full, Rviz, and Gazebo.

Quick Start

Run the docker image and open port 6080

docker run -it --rm -p 6080:80 madhurbehl/f1tenth

Then simply browse http://127.0.0.1:6080/ You can now launch a terminal window and follow the Geting Started instructions on the F1/10 Git repo: https://github.com/linklab-uva/f1tenth_gtc_tutorial

Connect with VNC Viewer and protect by VNC Password

Forward VNC service port 5900 to host by

docker run -it --rm -p 6080:80 -p 5900:5900 madhurbehl/f1tenth

Now, open the vnc viewer and connect to port 5900. If you would like to protect vnc service by password, set environment variable VNC_PASSWORD, for example

docker run -it --rm -p 6080:80 -p 5900:5900 -e VNC_PASSWORD=mypassword madhurbehl/f1tenth

A prompt will ask password either in the browser or vnc viewer.

Acknowledgements

Many thanks to dorowu for creating the dorowu/ubuntu-desktop-lxde-vnc image. https://hub.docker.com/r/dorowu/ubuntu-desktop-lxde-vnc/

f1tenth_docker's People

Contributors

madhurbehl avatar

Watchers

James Cloos avatar Adam Gotlib avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.