Skip to content

OSSDC/donkey

This branch is 1834 commits behind autorope/donkeycar:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Ubuntu
Jan 21, 2017
c2671db · Jan 21, 2017
Jan 21, 2017
Jan 12, 2017
Jan 21, 2017
Jan 10, 2017
Jan 7, 2017
Dec 30, 2016
Jan 14, 2017
Jan 10, 2017

Repository files navigation

Donkey: a self driving library and control platform for small scale DIY vehicles.

Donkey is minimalist and modular self driving library written in Python. It is developed for hobbiests with a focus on allowing fast experimentation and easy community contributions.

####Use Donkey if you want to:

Library Features:

  • Data logging of image, steering angle, & throttle outputs.
  • Wifi car controls (a virtual joystic).
  • Community contributed driving data and autopilots.
  • Hardware CAD designs for optional upgrades.

Drive your car

Once you have built your car you can use it like this.

  1. Start the default pilot server. python demos/serve.py

  2. Start your car and connect it to the pilot server. python demos/drive_pi.py --remote http://<your_pilot_server_ip>:8887

  3. Go to <your_pilot_server_ip>:8887 on your phone or computer to start driving your car.

Use the demos to see how to record driving data, train autopilots and more.

Releases

No releases published

Packages

No packages published

Languages

  • Python 51.1%
  • JavaScript 46.2%
  • HTML 2.3%
  • CSS 0.4%