Skip to content

mlab-upenn/f110_docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

F1/10 racecar simulator docker image

Based on: https://hub.docker.com/r/dorowu/ubuntu-desktop-lxde-vnc/ and https://github.com/madhurbehl/f1tenth_docker

Quick start

docker run -it -p 6080:80 f110penn/f110sim

To use with a joystick (change your udev input name accordingly)

docker run -it -p 6080:80 --device=/dev/input/js0 f110penn/f110sim

Then open your browser and go to http://127.0.0.1:6080/. After you've connected to the Ubuntu in Docker, click the button at the bottom left of the screen, go to System Tools --> LXTerminal. In the terminal, run

roslaunch racecar_simulator simulator.launch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.4%
  • Python 13.3%
  • HTML 7.8%
  • C 3.7%
  • CSS 2.0%
  • Ruby 1.5%
  • Other 3.3%